Fix warnings when building node
This commit is contained in:
parent
ecd0f9d0e7
commit
5f71fbc6b3
1 changed files with 3 additions and 0 deletions
|
@ -110,6 +110,7 @@
|
|||
'-Wno-gnu-folding-constant',
|
||||
'-Wno-shift-negative-value',
|
||||
'-Wno-varargs', # https://git.io/v6Olj
|
||||
'-Wno-unused-private-field',
|
||||
],
|
||||
},
|
||||
'conditions': [
|
||||
|
@ -134,6 +135,8 @@
|
|||
'-Wno-string-plus-int',
|
||||
'-Wno-shift-negative-value',
|
||||
'-Wno-reserved-user-defined-literal',
|
||||
'-Wno-implicit-function-declaration',
|
||||
'-Wno-long-long',
|
||||
],
|
||||
}],
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue