Skip to content
Snippets Groups Projects
Commit 9ed5ac70 authored by Guido Gunther's avatar Guido Gunther :zzz:
Browse files

meson: Check for uninitialized variables

parent 2b130269
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ test_c_args = [
'-Wswitch-default',
'-Wswitch-enum',
'-Wundef',
'-Wmaybe-uninitialized',
]
if get_option('buildtype') != 'plain'
test_c_args += '-fstack-protector-strong'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment