From 72e0ddea7ca098cf824f4c47057f72157f62f046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Sat, 2 Mar 2013 20:07:24 +0100 Subject: Disable some more warnings. Change-Id: I30065deb10749618cdd4a3042e9d494ddc6c063d diff --git a/BuildTools/SCons/SConscript.boot b/BuildTools/SCons/SConscript.boot index cf4ef6a..4f68b1b 100644 --- a/BuildTools/SCons/SConscript.boot +++ b/BuildTools/SCons/SConscript.boot @@ -235,6 +235,9 @@ else : "-Wno-exit-time-destructors", # Used a lot in e.g. CPPUnit "-Wno-c++98-compat-pedantic", # We do different things that violate this, but they could be fixed "-Wno-global-constructors", # We depend on this for e.g. string constants + "-Wno-disabled-macro-expansion", # Caused due to system headers + "-Wno-c++11-extensions", # We use C++11; turn this off when we use -std=c++11 + "-Wno-pedantic", # Fix these when we have time "-Wno-padded", ]) else : -- cgit v0.10.2-6-g49f6