From 8c788641377191405250a59799dd28254ad87a72 Mon Sep 17 00:00:00 2001 From: "evanm@google.com" Date: Tue, 9 Dec 2008 18:29:45 +0000 Subject: Remove -Wno-unknown-pragmas from global compiler flags on Linux. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BUG=2053 Review URL: http://codereview.chromium.org/13175 Patch from Paweł Hajdan jr . git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6597 0039d316-1c4b-4281-b951-d872f2087c98 --- build/SConscript.main | 1 - 1 file changed, 1 deletion(-) (limited to 'build/SConscript.main') diff --git a/build/SConscript.main b/build/SConscript.main index aa6dbb9..0fb14d4 100644 --- a/build/SConscript.main +++ b/build/SConscript.main @@ -405,7 +405,6 @@ excluded_warnings = [ # TODO: Clean up uses of ext/hash_map and remove this. # (see unordered_map and base/hash_tables.h) '-Wno-deprecated', # Needed for using ext/hash_map on GCC 4.3 - '-Wno-unknown-pragmas', # In wtf's ref counting system ] linux_env.Append( BUILD_SCONSCRIPTS = [ -- cgit v1.1