forked from OSchip/llvm-project
[libcxx] Fixed build break on buildbots with -Werror
This commit is contained in:
parent
3366d81153
commit
3b71de41cc
|
@ -13,6 +13,7 @@ _warningFlags = [
|
|||
'-Werror',
|
||||
'-Wall',
|
||||
'-Wextra',
|
||||
'-Wno-deprecated-copy',
|
||||
'-Wshadow',
|
||||
'-Wundef',
|
||||
'-Wno-unused-command-line-argument',
|
||||
|
|
Loading…
Reference in New Issue