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:
parent
fe0d680bcc
commit
4cbb3a181e
@ -45,6 +45,15 @@
|
||||
'../third_party/externals/jsoncpp/source/include/',
|
||||
],
|
||||
},
|
||||
'conditions': [
|
||||
[ 'skia_os == "mac"', {
|
||||
'xcode_settings': {
|
||||
'OTHER_CPLUSPLUSFLAGS!': [
|
||||
'-Werror',
|
||||
]
|
||||
},
|
||||
}],
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user