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:
Vinson Lee
2010-09-17 23:59:23 -07:00
parent c32bac57ed
commit 9ea2a3af9c
+2
View File
@@ -331,4 +331,6 @@ _mesa_get_x86_features(void)
#endif
#endif /* USE_X86_ASM */
(void) detection_debug;
}