Browse Source

games/xye: Disabled narrowing warnings.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
pull/109/head
Matteo Bernardini 8 years ago
committed by Robby Workman
parent
commit
f1d02bc5c9
  1. 2
      games/xye/xye.SlackBuild

2
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 \

Loading…
Cancel
Save