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-05 09:08:53 +0300
committerCampbell Barton <campbell@blender.org>2022-11-05 09:08:53 +0300
commit60043a6158ebaae7fa62dfdf51c6037a4b104db4 (patch)
treec65cbc7b4ea3fc9ffff3e708269e041ab66cb45a
parentbba6d2894290244be847a6d4ee7722c82ec01c0e (diff)
Cleanup: quiet unused argument warning
-rw-r--r--intern/ghost/intern/GHOST_SystemWayland.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_SystemWayland.cpp b/intern/ghost/intern/GHOST_SystemWayland.cpp
index 67270d26ed3..3a0ba5cd21a 100644
--- a/intern/ghost/intern/GHOST_SystemWayland.cpp
+++ b/intern/ghost/intern/GHOST_SystemWayland.cpp
@@ -4013,7 +4013,8 @@ static void gwl_seat_capability_touch_disable(GWL_Seat *seat)
}
static void seat_handle_capabilities(void *data,
- struct wl_seat *wl_seat,
+ /* Only used in an assert. */
+ [[maybe_unused]] struct wl_seat *wl_seat,
const uint32_t capabilities)
{
CLOG_INFO(LOG,