mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-31 14:52:11 +01:00
[build] Suppress gcc misleading indentation warnings
This commit is contained in:
parent
218b67dd0c
commit
93d2715b7a
@ -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…
x
Reference in New Issue
Block a user