diff options
author | 2017-06-22 16:00:55 +0200 | |
---|---|---|
committer | 2019-12-07 20:01:20 +0100 | |
commit | d52eb670b6f223c5b57d97fe2b4a91a0321f5f67 (patch) | |
tree | 07afbfda7432d6104a8a5e7c61f8a9f23ecb736c | |
parent | 4b7b01aae75cc2cc8db1eedc90b43f8400bef53e (diff) | |
download | slackbuilds-xye.tar.gz |
games/xye: Disabled narrowing warnings.xye
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | games/xye/xye.SlackBuild | 2 |
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 \ |