meson: Warn when using misleading indentation
This allows catching bugs like the infamous 'goto fail goto fail' bug.
This commit is contained in:
@@ -92,6 +92,7 @@ test_c_args = [
|
||||
'-Wformat-security',
|
||||
'-Winit-self',
|
||||
'-Wmaybe-uninitialized',
|
||||
'-Wmisleading-indentation',
|
||||
'-Wmissing-include-dirs',
|
||||
'-Wmissing-noreturn',
|
||||
'-Wnested-externs',
|
||||
|
Reference in New Issue
Block a user