diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 49cc9c3bd..6eb67cff2 100644 --- a/meson.build +++ b/meson.build @@ -331,6 +331,7 @@ if cc.get_id() == 'gcc' or cc.get_id() == 'clang' test_c_args = [ '-Wall', '-Wduplicated-branches', + '-Wmisleading-indentation', '-Wstrict-prototypes', '-Wunused', '-Werror=declaration-after-statement', |