diff options
-rw-r--r-- | build/common.gypi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/common.gypi b/build/common.gypi index e9205c8..d464b1b 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -183,8 +183,7 @@ '-msse2', '-mfpmath=sse', '-Wall', - # TODO(sgk): when chromium_code targets are clean of warnings. - #'-Werror', + '-Werror', ], 'ldflags': [ '-m32', |