[Bf-blender-cvs] [2c515df83d0] master: Audaspace: Don't use strict flags

Sergey Sharybin noreply at git.blender.org
Tue May 30 10:58:58 CEST 2017


Commit: 2c515df83d0f40c28770f4a71ace80d496952f20
Author: Sergey Sharybin
Date:   Tue May 30 10:50:12 2017 +0200
Branches: master
https://developer.blender.org/rB2c515df83d0f40c28770f4a71ace80d496952f20

Audaspace: Don't use strict flags

===================================================================

M	intern/audaspace/CMakeLists.txt

===================================================================

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")




More information about the Bf-blender-cvs mailing list