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:
authorStephen Swaney <sswaney@centurytel.net>2007-04-12 22:20:00 +0400
committerStephen Swaney <sswaney@centurytel.net>2007-04-12 22:20:00 +0400
commit5ca191027620e4802ff540424a60486c4742812a (patch)
treefec9d142011cacb3b860aa0094e0fc4f25ccc1d7 /config/darwin-config.py
parent4b9bb648979d80690f36d7195af88562d1efa0f6 (diff)
add -Wdeclaration-after-statement to warning flags for gcc
Diffstat (limited to 'config/darwin-config.py')
-rw-r--r--config/darwin-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/darwin-config.py b/config/darwin-config.py
index ee386e8ca76..142317440ae 100644
--- a/config/darwin-config.py
+++ b/config/darwin-config.py
@@ -143,7 +143,7 @@ REL_CCFLAGS = ['-O2']
##
CC = 'gcc'
CXX = 'g++'
-C_WARN = ' -Wall -Wno-long-double'
+C_WARN = ' -Wall -Wno-long-double -Wdeclaration-after-statement '
CC_WARN = ' -Wall -Wno-long-double'