From f4f7e20573ba580ab12194ed8645c0fb4e42f9d9 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Thu, 22 Jun 2017 16:00:55 +0200 Subject: games/xye: Disabled narrowing warnings. Signed-off-by: Matteo Bernardini --- games/xye/xye.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/xye/xye.SlackBuild b/games/xye/xye.SlackBuild index 8487aecd40..fbe4eba763 100644 --- a/games/xye/xye.SlackBuild +++ b/games/xye/xye.SlackBuild @@ -72,7 +72,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS -Wno-error=narrowing" \ ./configure \ --prefix=/usr \ --bindir=/usr/bin \ -- cgit v1.2.3