mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[build] Suppress gcc misleading indentation warnings
This commit is contained in:
parent
218b67dd0c
commit
93d2715b7a
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ compiler_args = [
|
|||
# gcc
|
||||
'-Wno-missing-field-initializers',
|
||||
'-Wno-unused-parameter',
|
||||
'-Wno-misleading-indentation',
|
||||
'-Wno-cast-function-type', # Needed for GetProcAddress.
|
||||
# clang
|
||||
'-Wno-unused-private-field',
|
||||
|
|
Loading…
Add table
Reference in a new issue