summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-24 00:23:01 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-24 00:23:01 +0000
commite6df36c37320cb2e7febd049eab0adcc13313e70 (patch)
tree7f8fdfc7338f3b8882733736241cd2c3cb78d3dd /build
parent5952883289b7d49c6f9042b3ebb14ad8e1f3d978 (diff)
downloadchromium_src-e6df36c37320cb2e7febd049eab0adcc13313e70.zip
chromium_src-e6df36c37320cb2e7febd049eab0adcc13313e70.tar.gz
chromium_src-e6df36c37320cb2e7febd049eab0adcc13313e70.tar.bz2
Revert "Turn on -Werror on linux. Passes on my ghardy box. We'll see"
This reverts commit r14387. Not sure why it fails on the bots. Will fix and try again. TBR=evan Review URL: http://codereview.chromium.org/93103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14395 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index dccad5f..7b2604a 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -183,7 +183,8 @@
'-msse2',
'-mfpmath=sse',
'-Wall',
- '-Werror',
+ # TODO(sgk): when chromium_code targets are clean of warnings.
+ #'-Werror',
],
'ldflags': [
'-m32',