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:
authorNathan Letwory <nathan@letworyinteractive.com>2004-04-07 15:09:50 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2004-04-07 15:09:50 +0400
commit43595d21e49f0204d5b9fdece492687e8ad36245 (patch)
treeb282f0f54e45d85e51904175c43b17f32d700714 /SConstruct
parentc1e33eb1e7dd0071bd4fd0c9e94e2938b6af2978 (diff)
Removed the -W warning flag so 'unnecessary' warnings are not shown. We should first get everything to compile cleanly with -Wall, after that we can enable more warnings.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 7ba53d4bf60..77c8c351370 100644
--- a/SConstruct
+++ b/SConstruct
@@ -43,7 +43,7 @@ if sys.platform == 'linux2' or sys.platform == 'linux-i386':
extra_flags = ['-pipe', '-fPIC', '-funsigned-char']
cxxflags = []
defines = []
- warn_flags = ['-Wall', '-W']
+ warn_flags = ['-Wall']
window_system = 'X11'
platform_libs = ['m', 'util', 'stdc++']
platform_libpath = []