[libcxx] Fixed build break on buildbots with -Werror

This commit is contained in:
Dávid Bolvanský 2021-04-23 18:16:22 +02:00
parent 3366d81153
commit 3b71de41cc
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ _warningFlags = [
'-Werror',
'-Wall',
'-Wextra',
'-Wno-deprecated-copy',
'-Wshadow',
'-Wundef',
'-Wno-unused-command-line-argument',