| commit | cadbcb8e536f89babb4e165bfdca18384e97d582 | [log] [tgz] |
|---|---|---|
| author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Jan 06 19:22:11 2012 +0000 |
| committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Jan 06 19:22:11 2012 +0000 |
| tree | 9621167209d605e969b13b1ab39963a62591a8ac | |
| parent | baa9ea10f9b704f42efc804e7401e0aa519b3e29 [diff] [blame] |
Towards enabling -Werror in skia on Linux Review URL: http://codereview.appspot.com/5516044/ git-svn-id: http://skia.googlecode.com/svn/trunk@2983 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi index 1a7c672..c3d96ff 100644 --- a/gyp/common_conditions.gypi +++ b/gyp/common_conditions.gypi
@@ -87,7 +87,10 @@ 'cflags': ['-O2'] }, }, - 'cflags': [ + 'cflags': [ + # TODO(tony): Enable -Werror once all the strict-aliasing problems + # are fixed. + #'-Werror', '-Wall', '-Wextra', '-Wno-unused',