aboutsummaryrefslogtreecommitdiffstats
path: root/scons/SConstruct.common
diff options
context:
space:
mode:
Diffstat (limited to 'scons/SConstruct.common')
-rw-r--r--scons/SConstruct.common4
1 files changed, 0 insertions, 4 deletions
diff --git a/scons/SConstruct.common b/scons/SConstruct.common
index 1407bd46..2fc0dde5 100644
--- a/scons/SConstruct.common
+++ b/scons/SConstruct.common
@@ -99,10 +99,6 @@ class SConstructHelper:
# Disables warnings that are either uninteresting or
# hard to fix.
- '/wd4100',
- # unreferenced formal parameter. The violation is in
- # gcc's TR1 tuple and hard to fix.
-
'/wd4127',
# constant conditional expression. The macro
# GTEST_IS_NULL_LITERAL_() triggers it and I cannot find