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:
authorCampbell Barton <ideasman42@gmail.com>2013-12-30 05:19:27 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-12-30 05:19:27 +0400
commit19103b443711d7c1b3a24f7fab949f71343d8200 (patch)
tree75354d367ecf7aa0c9930d23257ddc6d5c288715 /intern/audaspace
parentd44132d0d01d4ac6ce9355b88c823d1b2cf0f004 (diff)
Code Cleanup: quiet unused define warning
Diffstat (limited to 'intern/audaspace')
-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"