wscript: enable GCC's -Wmisleading-indentation

This commit is contained in:
Alibek Omarov 2022-08-06 20:16:27 +03:00
parent 33cbead4a4
commit 90c566dde3
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@ def configure(conf):
# '-Werror=format=2',
# '-Wdouble-promotion', # disable warning flood
'-Wstrict-aliasing',
'-Wmisleading-indentation',
]
c_compiler_optional_flags = [