[build] Disable some dumb clang warnings

This commit is contained in:
Joshua Ashton 2022-09-10 21:26:18 +00:00 committed by Joshie
parent 10bb285f2e
commit ce47bf4264
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ compiler_args = [
# clang
'-Wno-unused-private-field',
'-Wno-microsoft-exception-spec',
'-Wno-extern-c-compat',
'-Wno-unused-const-variable',
'-Wno-missing-braces',
]
link_args = []