#undef DEBUG to silence warnings

This commit is contained in:
Brian Paul 2008-06-21 10:49:40 -06:00
parent 5ee7b7912c
commit 402e7f76b1
1 changed files with 1 additions and 0 deletions

View File

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