Fix warnings when building node

This commit is contained in:
Cheng Zhao 2018-03-12 14:50:49 +09:00 committed by Aleksei Kuzmin
parent ecd0f9d0e7
commit 5f71fbc6b3

View file

@ -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',
],
}],
],