GHOST get rid of unused warnings
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user