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/openbsd3-config.py')
-rw-r--r--config/openbsd3-config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/openbsd3-config.py b/config/openbsd3-config.py
index b2112c84b98..0a4f75e3bcc 100644
--- a/config/openbsd3-config.py
+++ b/config/openbsd3-config.py
@@ -145,9 +145,9 @@ REL_CCFLAGS = ['-O2']
##
CC = 'gcc'
CXX = 'g++'
-C_WARN = '-Wall -Wdeclaration-after-statement'
+C_WARN = ['-Wdeclaration-after-statement']
-CC_WARN = '-Wall'
+CC_WARN = ['-Wall']
##FIX_STUBS_WARNINGS = -Wno-unused