Skip to content

Commit 5e702b5

Browse files
committed
Build with -Werror=maybe-uninitialized
1 parent a3981b8 commit 5e702b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ endif
8282
flags = [
8383
'-Werror=implicit-function-declaration',
8484
'-Werror=vla',
85-
'-Werror=int-conversion'
85+
'-Werror=int-conversion',
86+
'-Werror=maybe-uninitialized'
8687
]
8788
flags = cc.get_supported_arguments(flags)
8889

0 commit comments

Comments
 (0)