Index: SConstruct |
diff --git a/SConstruct b/SConstruct |
index 03a615c9a4658274e2657828ecba37641c40e3e0..4902fecff8d92b1759574733345a9e3df046fe9e 100644 |
--- a/SConstruct |
+++ b/SConstruct |
@@ -398,7 +398,8 @@ CCTEST_EXTRA_FLAGS = { |
'gcc': { |
'all': { |
'LIBPATH': [abspath('.')], |
- 'CCFLAGS': ['$DIALECTFLAGS', '$WARNINGFLAGS'], |
+ 'CCFLAGS': ['$DIALECTFLAGS', '$WARNINGFLAGS', |
+ '-Wno-unused-but-set-variable'], |
'CXXFLAGS': ['-fno-rtti', '-fno-exceptions'], |
'LINKFLAGS': ['$CCFLAGS'], |
}, |