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
path: root/intern
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2015-05-29 16:13:47 +0300
committerAntony Riakiotakis <kalast@gmail.com>2015-05-29 16:13:47 +0300
commitdea3f7f5ff2a4797e3dedbc89c337fe25df8866c (patch)
treeb0d92133ea93b33d9ebe3d2e6e917bd1d73a22b9 /intern
parent2f2f7c0e875b2cfcd7b5caa0af532401deac67be (diff)
GHOST get rid of unused warnings
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_DisplayManagerX11.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/intern/ghost/intern/GHOST_DisplayManagerX11.cpp b/intern/ghost/intern/GHOST_DisplayManagerX11.cpp
index e0d54303a6c..0cc116292c0 100644
--- a/intern/ghost/intern/GHOST_DisplayManagerX11.cpp
+++ b/intern/ghost/intern/GHOST_DisplayManagerX11.cpp
@@ -90,6 +90,7 @@ getNumDisplaySettings(
numSettings = 1;
#endif
+ (void) display;
return GHOST_kSuccess;
}
@@ -116,6 +117,8 @@ getDisplaySetting(
if (dpy == NULL)
return GHOST_kFailure;
+ (void) display;
+
#ifdef WITH_X11_XF86VMODE
int majorVersion, minorVersion;