summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorAndrew Morrow <acm@10gen.com>2014-02-04 12:29:54 -0500
committerAndrew Morrow <acm@10gen.com>2014-02-04 12:29:54 -0500
commitb0971060b10d57588759b56fcaff380c7909f219 (patch)
tree779659d265dffea9f6ace5b877987e73cc724a32 /SConstruct
parent419bc91c2cdf2e10f3e7a1754ac92a1e6c69d964 (diff)
downloadmongo-b0971060b10d57588759b56fcaff380c7909f219.tar.gz
Revert "SERVER-12272 Suppress new GCC 4.8 warning about unused local typedefs"
This reverts commit 7fa028e8fa7b961d69769172565791b1dd5caec4. Older GCC doesn't silently ignore attempts to disable warnings it doesn't know about, so -Wno-unused-local-typedefs breaks the build.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 21fc3215228..69a374693bc 100644
--- a/SConstruct
+++ b/SConstruct
@@ -705,7 +705,6 @@ if nix:
"-ggdb",
"-pthread",
"-Wall",
- "-Wno-unused-local-typedefs", # SERVER-12272, for GCC 4.8+
"-Wsign-compare",
"-Wno-unknown-pragmas",
"-Winvalid-pch"] )