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