1
0
Fork 0
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:
Evangelos Ribeiro Tzaras 2022-01-18 05:23:44 +01:00
parent 54092e45d4
commit 7c7110996c

View file

@ -92,6 +92,7 @@ test_c_args = [
'-Wformat-security',
'-Winit-self',
'-Wmaybe-uninitialized',
'-Wmisleading-indentation',
'-Wmissing-include-dirs',
'-Wmissing-noreturn',
'-Wnested-externs',