Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3895)

Unified Diff: build/common.gypi

Issue 93103: Revert "Turn on -Werror on linux. Passes on my ghardy box. We'll see" (Closed)
Patch Set: Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index d464b1bd8d5c236792cb6fdbe8416049d40b310a..e9205c86fbe2b5b0e8518efb1ea1d626067a8cf5 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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698