Skip to content

Commit 56c149c

Browse files
authored
Merge pull request ERGO-Code#2247 from ERGO-Code/duplicate-warning-meson
Duplicate warning meson
2 parents f06916c + 4b19bcc commit 56c149c

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)