Don't show -Wvarargs warning in libuv.
This commit is contained in:
parent
2e5eeef70e
commit
42a5b1f5bc
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
'clang_warning_flags': [
|
||||
'-Wno-undefined-var-template', # https://crbug.com/604888
|
||||
'-Wno-varargs', # https://git.io/v6Olj
|
||||
],
|
||||
|
||||
'variables': {
|
||||
|
|
Loading…
Reference in a new issue