1
0
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:
WinterSnowfall 2024-12-04 10:13:36 +02:00 committed by Philip Rebohle
parent 218b67dd0c
commit 93d2715b7a

View File

@ -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',