Don't show -Wvarargs warning in libuv.

This commit is contained in:
Haojian Wu 2016-08-05 23:00:35 +02:00
parent 2e5eeef70e
commit 42a5b1f5bc

View file

@ -7,6 +7,7 @@
'clang_warning_flags': [ 'clang_warning_flags': [
'-Wno-undefined-var-template', # https://crbug.com/604888 '-Wno-undefined-var-template', # https://crbug.com/604888
'-Wno-varargs', # https://git.io/v6Olj
], ],
'variables': { 'variables': {