disable warnings-as-error for JSON code, which has warnings (at least on mac)

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

git-svn-id: http://skia.googlecode.com/svn/trunk@7068 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2013-01-07 20:51:13 +00:00
parent fe0d680bcc
commit 4cbb3a181e

View File

@ -45,6 +45,15 @@
'../third_party/externals/jsoncpp/source/include/',
],
},
'conditions': [
[ 'skia_os == "mac"', {
'xcode_settings': {
'OTHER_CPLUSPLUSFLAGS!': [
'-Werror',
]
},
}],
],
},
],
}