From b0971060b10d57588759b56fcaff380c7909f219 Mon Sep 17 00:00:00 2001 From: Andrew Morrow Date: Tue, 4 Feb 2014 12:29:54 -0500 Subject: 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. --- SConstruct | 1 - 1 file changed, 1 deletion(-) (limited to 'SConstruct') 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"] ) -- cgit v1.2.1