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/openbsd3-config.py
parent4b9bb648979d80690f36d7195af88562d1efa0f6 (diff)
add -Wdeclaration-after-statement to warning flags for gcc
Diffstat (limited to 'config/openbsd3-config.py')
-rw-r--r--config/openbsd3-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/openbsd3-config.py b/config/openbsd3-config.py
index bbb13731bd8..b3579d4ac65 100644
--- a/config/openbsd3-config.py
+++ b/config/openbsd3-config.py
@@ -138,7 +138,7 @@ REL_CCFLAGS = ['-O2']
##
CC = 'gcc'
CXX = 'g++'
-C_WARN = '-Wall'
+C_WARN = '-Wall -Wdeclaration-after-statement'
CC_WARN = '-Wall'