wscript: enable GCC's -Wmisleading-indentation
This commit is contained in:
parent
33cbead4a4
commit
90c566dde3
1 changed files with 1 additions and 0 deletions
1
wscript
1
wscript
|
@ -209,6 +209,7 @@ def configure(conf):
|
|||
# '-Werror=format=2',
|
||||
# '-Wdouble-promotion', # disable warning flood
|
||||
'-Wstrict-aliasing',
|
||||
'-Wmisleading-indentation',
|
||||
]
|
||||
|
||||
c_compiler_optional_flags = [
|
||||
|
|
Loading…
Add table
Reference in a new issue