disable werror on 64 bit

BUG=

Review URL: https://codereview.appspot.com/7057057

git-svn-id: http://skia.googlecode.com/svn/trunk@7066 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
humper@google.com 2013-01-07 20:28:16 +00:00
parent 070dcd8ad3
commit fe0d680bcc

View File

@ -181,6 +181,9 @@
['skia_arch_width == 32', {
'xcode_settings': {
'ARCHS': 'i386',
'OTHER_CPLUSPLUSFLAGS': [
'-Werror',
],
},
}],
],
@ -222,7 +225,6 @@
'GCC_WARN_UNUSED_VALUE': 'YES',
'GCC_WARN_UNUSED_VARIABLE': 'YES',
'OTHER_CPLUSPLUSFLAGS': [
'-Werror',
'-mssse3',
'-fvisibility=hidden',
'-fvisibility-inlines-hidden',