mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 10:54:16 +01:00
[build] Disable some dumb clang warnings
This commit is contained in:
parent
10bb285f2e
commit
ce47bf4264
@ -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 = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user