From 39a82b7d245d045f4f40e9019344540afa7b4d9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 22 Aug 2018 16:03:15 +0200 Subject: [PATCH] cdogs-sdl: yet more warnings to disable for *-musl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tested locally this time :P Signed-off-by: Jürgen Buchmüller --- srcpkgs/cdogs-sdl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cdogs-sdl/template b/srcpkgs/cdogs-sdl/template index 052ed313a72..b935cf9841b 100644 --- a/srcpkgs/cdogs-sdl/template +++ b/srcpkgs/cdogs-sdl/template @@ -14,7 +14,7 @@ distfiles="https://github.com/cxong/cdogs-sdl/archive/$version.tar.gz" checksum=af53c4f45938c4c57f630bc073ea84354ca5a6e26f4e315241a7ba9036c13b52 configure_args="-DCDOGS_DATA_DIR=/usr/share/cdogs/" -CFLAGS="-Wno-restrict -Wno-format-truncation -Wno-stringop-overflow" +CFLAGS="-Wno-restrict -Wno-format-truncation -Wno-stringop-overflow -Wno-stringop-truncation -Wno-format-overflow" pre_configure() { sed -i '/appveyor.yml.cmake/ s/^/#/' CMakeLists.txt