mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-22 04:44:17 +00:00
wscript: enable GCC's -Wmisleading-indentation
This commit is contained in:
parent
33cbead4a4
commit
90c566dde3
1
wscript
1
wscript
@ -209,6 +209,7 @@ def configure(conf):
|
|||||||
# '-Werror=format=2',
|
# '-Werror=format=2',
|
||||||
# '-Wdouble-promotion', # disable warning flood
|
# '-Wdouble-promotion', # disable warning flood
|
||||||
'-Wstrict-aliasing',
|
'-Wstrict-aliasing',
|
||||||
|
'-Wmisleading-indentation',
|
||||||
]
|
]
|
||||||
|
|
||||||
c_compiler_optional_flags = [
|
c_compiler_optional_flags = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user