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

meson.build: Remove unnecessary -Wall

This commit is contained in:
dequis 2019-10-31 21:02:26 +01:00
parent 50f8791f1e
commit bdf5d748f2

View File

@ -446,7 +446,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 ####