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:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-05-30 11:50:12 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-05-30 11:58:12 +0300
commit2c515df83d0f40c28770f4a71ace80d496952f20 (patch)
tree5788d48fc06d69b9577c76e3f6fc4a69c6e2338f /intern/audaspace
parent46da985c8ea4d008e57ebbcc8cdc4dee481f3d2b (diff)
Audaspace: Don't use strict flags
Diffstat (limited to 'intern/audaspace')
-rw-r--r--intern/audaspace/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/audaspace/CMakeLists.txt b/intern/audaspace/CMakeLists.txt
index 2d415296dac..dd446613fd0 100644
--- a/intern/audaspace/CMakeLists.txt
+++ b/intern/audaspace/CMakeLists.txt
@@ -19,7 +19,7 @@
#
# ***** END LGPL LICENSE BLOCK *****
-remove_extra_strict_flags()
+remove_strict_flags()
if(CMAKE_COMPILER_IS_GNUCC)
remove_cc_flag("-Wunused-macros")