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:
Diffstat (limited to 'config/darwin-config.py')
-rw-r--r--config/darwin-config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/darwin-config.py b/config/darwin-config.py
index ccc3eb5a0d0..547d655b531 100644
--- a/config/darwin-config.py
+++ b/config/darwin-config.py
@@ -251,9 +251,9 @@ else:
##
CC = 'gcc'
CXX = 'g++'
-C_WARN = ' -Wall -Wno-long-double -Wdeclaration-after-statement '
+C_WARN = ['-Wdeclaration-after-statement']
-CC_WARN = ' -Wall -Wno-long-double'
+CC_WARN = ['-Wall', '-Wno-long-double']
##FIX_STUBS_WARNINGS = -Wno-unused