summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-27 21:05:12 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-27 21:05:12 +0000
commitca15e4d5183dc3e015b5f8b9595df2a198100a7a (patch)
tree9290c0e5f04e895ba6856cfb2d9dc9ac61d4a157 /build
parent4fe2fe84b116b915107a8caea5c2fff32b4aecd4 (diff)
downloadchromium_src-ca15e4d5183dc3e015b5f8b9595df2a198100a7a.zip
chromium_src-ca15e4d5183dc3e015b5f8b9595df2a198100a7a.tar.gz
chromium_src-ca15e4d5183dc3e015b5f8b9595df2a198100a7a.tar.bz2
Take 2 at turning on -Werror. I think this will work on gcc 4.2,
4.3, and 4.4. I'll watch the bots closely. Review URL: http://codereview.chromium.org/100066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14655 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi3
1 files changed, 1 insertions, 2 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 49b030d..fccc0b0 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -180,8 +180,7 @@
'-msse2',
'-mfpmath=sse',
'-Wall',
- # TODO(sgk): when chromium_code targets are clean of warnings.
- #'-Werror',
+ '-Werror',
],
'ldflags': [
'-m32',