meson: add -Wmisleading-indentation
ci/woodpecker/pr/woodpecker Pipeline was successful
Details
ci/woodpecker/pr/woodpecker Pipeline was successful
Details
A useful warning when loop and conditional statements are allowed without braces.pull/241/head
parent
96c61cbab0
commit
125a13d3b9
|
@ -12,6 +12,7 @@ add_project_arguments(
|
|||
'-D_DEFAULT_SOURCE',
|
||||
cc.get_supported_arguments(
|
||||
'-Wimplicit-function-declaration',
|
||||
'-Wmisleading-indentation',
|
||||
),
|
||||
language : 'c',
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue