summaryrefslogtreecommitdiff
blob: 83b03680cd444c31cec1ec83d65d9ccb32e2bda7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
https://bugs.gentoo.org/851522
https://github.com/Perl/perl5/issues/19382
--- a/meson.build
+++ b/meson.build
@@ -553,9 +553,6 @@ configure_file(output : 'irssi-config.h',
 # CFLAGS #
 ##########
 
-#### warnings ####
-add_project_arguments(cc.get_supported_arguments('-Werror=declaration-after-statement'), language : 'c')
-
 #### personality ####
 add_project_arguments(cc.get_supported_arguments('-fno-strict-aliasing'), language : 'c')
 if get_option('buildtype').contains('debug')