Merge pull request #798 from murgatroid99/gcc8_build_fix

Omit a build warning that v8 headers violate
This commit is contained in:
Michael Lumish 2019-03-25 14:29:40 -07:00 committed by GitHub
commit c84fe2d24e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"', {