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>2015-10-23 10:33:20 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-10-23 10:40:42 +0300
commitd04ad07f9822b9052410f223e271cc298a79d25d (patch)
tree87b0e1632cd4f61d91f8da608608e87a2f84b6b8 /intern/audaspace
parente435593fc02ca6c73f6e5152e5a3d017af8d14e2 (diff)
Quiet audaspace unused macro warnings
Diffstat (limited to 'intern/audaspace')
-rw-r--r--intern/audaspace/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/audaspace/CMakeLists.txt b/intern/audaspace/CMakeLists.txt
index b3682a77875..2d415296dac 100644
--- a/intern/audaspace/CMakeLists.txt
+++ b/intern/audaspace/CMakeLists.txt
@@ -21,6 +21,10 @@
remove_extra_strict_flags()
+if(CMAKE_COMPILER_IS_GNUCC)
+ remove_cc_flag("-Wunused-macros")
+endif()
+
if(WITH_SYSTEM_AUDASPACE)
set(INC