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