Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-11-09 13:08:31 +0300
committerCampbell Barton <campbell@blender.org>2022-11-09 13:08:31 +0300
commit477faffd786ed032e7af2e704373d1568b59b78b (patch)
tree7dc971c0525516167ff57e6cbfd0801c8a7e719c
parent683b945917efc38f184ac4558a7b78b6a5d89c66 (diff)
Cleanup: unused argument warning
-rw-r--r--intern/ghost/intern/GHOST_SystemWayland.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/ghost/intern/GHOST_SystemWayland.cpp b/intern/ghost/intern/GHOST_SystemWayland.cpp
index f068ef79c57..a2028de6f53 100644
--- a/intern/ghost/intern/GHOST_SystemWayland.cpp
+++ b/intern/ghost/intern/GHOST_SystemWayland.cpp
@@ -5065,6 +5065,8 @@ GHOST_SystemWayland::GHOST_SystemWayland(bool background)
}
}
else
+#else
+ (void)background;
#endif
{
GWL_XDG_Decor_System &decor = *display_->xdg_decor;