mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
Fix compiler warning when NDEBUG is defined
This commit is contained in:
parent
b664665a1c
commit
64cd2984ee
@ -1,7 +1,10 @@
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#ifndef NDEBUG
|
||||
// Question: doesn't having this kinda defeat the purpose?
|
||||
#define NDEBUG
|
||||
#endif
|
||||
|
||||
#ifdef NDEBUG
|
||||
#define NO_DEBUG_OUTPUT
|
||||
|
Loading…
x
Reference in New Issue
Block a user