gallium: declare pipe_format enum to silence warnings
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 29 Apr 2008 20:39:42 +0000 (14:39 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 29 Apr 2008 20:39:42 +0000 (14:39 -0600)
src/gallium/include/pipe/p_debug.h

index f872479..ed47c0e 100644 (file)
@@ -60,6 +60,8 @@ extern "C" {
 #endif
 
 
+enum pipe_format;
+
 void _debug_vprintf(const char *format, va_list ap);