aboutsummaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 2 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 8603017f71..ca53246834 100644
--- a/SConstruct
+++ b/SConstruct
@@ -499,6 +499,8 @@ if env['os'] == 'windows':
env.Append(CXXFLAGS = [ '-Wno-float-conversion', '-Wno-switch-enum','-Wno-comma'])
env.Append(CXXFLAGS = [ '-Wno-implicit-float-conversion', '-Wno-deprecated-declarations','-Wno-old-style-cast'])
env.Append(CXXFLAGS = [ '-Wno-zero-as-null-pointer-constant', '-Wno-inconsistent-missing-destructor-override'])
+ env.Append(CXXFLAGS = [ '-Wno-asm-operand-widths'])
+
if env['specs_file'] != "":
env.Append(LINKFLAGS = ['-specs='+env['specs_file']])