Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--intern/audaspace/intern/AUD_C-API.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/intern/audaspace/intern/AUD_C-API.cpp b/intern/audaspace/intern/AUD_C-API.cpp
index 42fd87e3b8d..aa82e1da678 100644
--- a/intern/audaspace/intern/AUD_C-API.cpp
+++ b/intern/audaspace/intern/AUD_C-API.cpp
@@ -31,6 +31,11 @@
#define __STDC_CONSTANT_MACROS
#endif
+// quiet unudef define warning
+#ifdef __STDC_CONSTANT_MACROS
+// pass
+#endif
+
#ifdef WITH_PYTHON
# include "AUD_PyInit.h"
# include "AUD_PyAPI.h"