1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-09 06:20:45 +00:00

Merge pull request #1140 from dequis/tear-down-the-wall

meson.build: Remove unnecessary -Wall
This commit is contained in:
ailin-nemui 2020-04-14 10:23:09 +02:00 committed by GitHub
commit 0bedcfccbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -452,7 +452,6 @@ configure_file(output : 'irssi-config.h',
##########
#### warnings ####
add_project_arguments('-Wall', language : 'c')
add_project_arguments(cc.get_supported_arguments('-Werror=declaration-after-statement'), language : 'c')
#### personality ####