[Bf-blender-cvs] [efad9bcddad] master: GHOST/wayland: inhibit warning

Christian Rauch noreply at git.blender.org
Thu Jun 3 19:24:15 CEST 2021


Commit: efad9bcddadde370b677b549b16ec3267bbd8bad
Author: Christian Rauch
Date:   Sat Sep 12 14:36:47 2020 +0100
Branches: master
https://developer.blender.org/rBefad9bcddadde370b677b549b16ec3267bbd8bad

GHOST/wayland: inhibit warning

===================================================================

M	intern/ghost/intern/GHOST_SystemWayland.cpp

===================================================================

diff --git a/intern/ghost/intern/GHOST_SystemWayland.cpp b/intern/ghost/intern/GHOST_SystemWayland.cpp
index 81d9824ed26..6bfe3f34c4a 100644
--- a/intern/ghost/intern/GHOST_SystemWayland.cpp
+++ b/intern/ghost/intern/GHOST_SystemWayland.cpp
@@ -1481,7 +1481,7 @@ void GHOST_SystemWayland::getAllDisplayDimensions(GHOST_TUns32 &width, GHOST_TUn
   getMainDisplayDimensions(width, height);
 }
 
-GHOST_IContext *GHOST_SystemWayland::createOffscreenContext(GHOST_GLSettings glSettings)
+GHOST_IContext *GHOST_SystemWayland::createOffscreenContext(GHOST_GLSettings /*glSettings*/)
 {
   /* Create new off-screen window. */
   wl_surface *os_surface = wl_compositor_create_surface(compositor());



More information about the Bf-blender-cvs mailing list