#undef DEBUG to silence warnings
authorBrian Paul <brian.paul@tungstengraphics.com>
Sat, 21 Jun 2008 16:49:40 +0000 (10:49 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sat, 21 Jun 2008 16:49:40 +0000 (10:49 -0600)
src/mesa/drivers/dri/s3v/s3v_macros.h

index 3bc871b..7e9b452 100644 (file)
@@ -19,6 +19,7 @@
 #include <stdio.h>
 #endif
 
+#undef DEBUG
 #if GENERIC_DEBUG
 #define DEBUG(str) printf str
 #else