Silence cast-function-type warnings from GCC 8+

This commit is contained in:
Lovell Fuller 2018-11-19 18:47:35 +00:00
parent 473afaab45
commit d22f7cae6a

View File

@ -184,6 +184,7 @@
'configurations': { 'configurations': {
'Release': { 'Release': {
'cflags_cc': [ 'cflags_cc': [
'-Wno-cast-function-type',
'-Wno-deprecated-declarations' '-Wno-deprecated-declarations'
], ],
'xcode_settings': { 'xcode_settings': {