Skip to content

Commit 4b19bcc

Browse files
committed
duplicate warning check meson
1 parent fd86653 commit 4b19bcc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ Wno_invalid_offsetof = cc.get_supported_arguments('-Wno-invalid-offsetof')
3939
Wno_maybe_uninitialized = cc.get_supported_arguments('-Wno-maybe-uninitialized')
4040
Wno_sometimes_uninitialized = cc.get_supported_arguments('-Wno-sometimes-uninitialized')
4141
Wno_unused_label = cc.get_supported_arguments('-Wno-unused-label')
42-
Wno_use_after_free = cc.get_supported_arguments('-Wno-use-after-free')
4342
Wno_unused_but_set_variable = cc.get_supported_arguments('-Wno-unused-but-set-variable')
4443
Wno_unused_variable = cc.get_supported_arguments('-Wno-unused-variable')
4544
Wno_use_after_free = cc.get_supported_arguments('-Wno-use-after-free')

0 commit comments

Comments
 (0)