mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
meson: Warn when using misleading indentation
This allows catching bugs like the infamous 'goto fail goto fail' bug.
This commit is contained in:
parent
54092e45d4
commit
7c7110996c
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ test_c_args = [
|
|||
'-Wformat-security',
|
||||
'-Winit-self',
|
||||
'-Wmaybe-uninitialized',
|
||||
'-Wmisleading-indentation',
|
||||
'-Wmissing-include-dirs',
|
||||
'-Wmissing-noreturn',
|
||||
'-Wnested-externs',
|
||||
|
|
Loading…
Reference in a new issue