Omit a build warning that v8 headers violate

This commit is contained in:
murgatroid99 2019-03-20 15:50:28 -07:00
parent dca2016e5c
commit 9a371ed196
2 changed files with 4 additions and 2 deletions

View File

@ -963,7 +963,8 @@
],
'cflags': [
'-pthread',
'-Wno-error=deprecated-declarations'
'-Wno-error=deprecated-declarations',
'-Wno-cast-function-type'
],
"conditions": [
['OS=="win" or runtime=="electron"', {

View File

@ -312,7 +312,8 @@
],
'cflags': [
'-pthread',
'-Wno-error=deprecated-declarations'
'-Wno-error=deprecated-declarations',
'-Wno-cast-function-type'
],
"conditions": [
['OS=="win" or runtime=="electron"', {