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
|
# gcc
|
||||||
'-Wno-missing-field-initializers',
|
'-Wno-missing-field-initializers',
|
||||||
'-Wno-unused-parameter',
|
'-Wno-unused-parameter',
|
||||||
|
'-Wno-misleading-indentation',
|
||||||
'-Wno-cast-function-type', # Needed for GetProcAddress.
|
'-Wno-cast-function-type', # Needed for GetProcAddress.
|
||||||
# clang
|
# clang
|
||||||
'-Wno-unused-private-field',
|
'-Wno-unused-private-field',
|
||||||
|
|
Loading…
Add table
Reference in a new issue