diff options
author | Brian Paul <[email protected]> | 2008-04-29 14:39:42 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-04-29 14:39:42 -0600 |
commit | fce5951b56a84304d0cb0dce4785237d90a71eb2 (patch) | |
tree | 45b176bb047eb5d4430b592fe21d383115ff3f46 /src | |
parent | 1e97ab685689ef06181a5f22fae9a3a82c83142c (diff) |
gallium: declare pipe_format enum to silence warnings
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/include/pipe/p_debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_debug.h b/src/gallium/include/pipe/p_debug.h index f87247994bf..ed47c0e14c8 100644 --- a/src/gallium/include/pipe/p_debug.h +++ b/src/gallium/include/pipe/p_debug.h @@ -60,6 +60,8 @@ extern "C" { #endif +enum pipe_format; + void _debug_vprintf(const char *format, va_list ap); |