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>2008-12-28 03:42:01 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-12-28 03:42:01 +0300
commite3ddc08e5fb7eb7aa845db0125241cc8b584fdf2 (patch)
treebb678b144ac6d833165b1be161aac2c954355008 /source/blender/editors/space_node/SConscript
parent12b790541140bef919206a5909d8196cd0a4d65a (diff)
* hrmpfs :]
Diffstat (limited to 'source/blender/editors/space_node/SConscript')
-rw-r--r--source/blender/editors/space_node/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/space_node/SConscript b/source/blender/editors/space_node/SConscript
index f9018aace6f..37903db8c39 100644
--- a/source/blender/editors/space_node/SConscript
+++ b/source/blender/editors/space_node/SConscript
@@ -11,6 +11,7 @@ cf = []
if env['OURPLATFORM'] == 'win32-vc':
cf.append('/WX')
if env['CC'] == 'gcc':
- cf.append('-Werror')
+ #cf.append('-Werror')
+ pass
env.BlenderLib ( 'bf_editors_space_node', sources, Split(incs), defs, libtype=['core'], priority=[55], compileflags=cf )