mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-21 13:54:18 +01:00
[build] Disable some dumb clang warnings
This commit is contained in:
parent
10bb285f2e
commit
ce47bf4264
@ -20,6 +20,9 @@ compiler_args = [
|
|||||||
# clang
|
# clang
|
||||||
'-Wno-unused-private-field',
|
'-Wno-unused-private-field',
|
||||||
'-Wno-microsoft-exception-spec',
|
'-Wno-microsoft-exception-spec',
|
||||||
|
'-Wno-extern-c-compat',
|
||||||
|
'-Wno-unused-const-variable',
|
||||||
|
'-Wno-missing-braces',
|
||||||
]
|
]
|
||||||
|
|
||||||
link_args = []
|
link_args = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user