x86: Silence unused variable warning on Mac OS X.
Silences the following GCC warning on Mac OS X. x86/common_x86.c:58: warning: 'detection_debug' defined but not used
This commit is contained in:
@@ -331,4 +331,6 @@ _mesa_get_x86_features(void)
|
||||
#endif
|
||||
|
||||
#endif /* USE_X86_ASM */
|
||||
|
||||
(void) detection_debug;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user