diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2017-06-23 15:27:58 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 00:01:01 -0500 |
commit | 9143dfc964c5798cd1f8a70530dd37868afe50c4 (patch) | |
tree | c048cba3115a5984d1b0d316db998c237d2bb578 /development/swfmill | |
parent | 352b45313598f5b8dcf30cde2c1728f3b9c4fcb9 (diff) |
development/swfmill: Disabled narrowing warnings.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/swfmill')
-rw-r--r-- | development/swfmill/swfmill.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/swfmill/swfmill.SlackBuild b/development/swfmill/swfmill.SlackBuild index 5881f088253a..910f31fa3332 100644 --- a/development/swfmill/swfmill.SlackBuild +++ b/development/swfmill/swfmill.SlackBuild @@ -54,7 +54,7 @@ find -L . \ export CFLAGS="" -export CXXFLAGS="$SLKCFLAGS" +export CXXFLAGS="$SLKCFLAGS -Wno-error=narrowing" ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ |