We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd86653 commit 4b19bccCopy full SHA for 4b19bcc
meson.build
@@ -39,7 +39,6 @@ Wno_invalid_offsetof = cc.get_supported_arguments('-Wno-invalid-offsetof')
39
Wno_maybe_uninitialized = cc.get_supported_arguments('-Wno-maybe-uninitialized')
40
Wno_sometimes_uninitialized = cc.get_supported_arguments('-Wno-sometimes-uninitialized')
41
Wno_unused_label = cc.get_supported_arguments('-Wno-unused-label')
42
-Wno_use_after_free = cc.get_supported_arguments('-Wno-use-after-free')
43
Wno_unused_but_set_variable = cc.get_supported_arguments('-Wno-unused-but-set-variable')
44
Wno_unused_variable = cc.get_supported_arguments('-Wno-unused-variable')
45
Wno_use_after_free = cc.get_supported_arguments('-Wno-use-after-free')
0 commit comments