summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2017-06-22 16:00:55 +0200
committer Matteo Bernardini2018-06-09 09:39:50 +0200
commitf4f7e20573ba580ab12194ed8645c0fb4e42f9d9 (patch)
treede2e9b4ba54541047f02b253b3995947c1795319
parent81c344443219574587ae3d6bccb8f19c1bd346af (diff)
downloadold.slackbuilds-xye.tar.gz
games/xye: Disabled narrowing warnings.xye
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--games/xye/xye.SlackBuild2
1 files changed, 1 insertions, 1 deletions
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 \