diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2019-04-20 00:00:19 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:17:49 -0500 |
commit | 9f08aff2ccb9a7a730a1ba45061eb8a50c29886c (patch) | |
tree | 9df3369ecf80b8f2cbf9c0a64f9dece5285c924e | |
parent | 616fae4658d0e57a992f2284d09901afff068b0f (diff) | |
download | slackbuilds-9f08aff2ccb9a7a730a1ba45061eb8a50c29886c.tar.gz |
system/cups-bjnp: Disabeld some warnings-as-errors.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | system/cups-bjnp/cups-bjnp.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/cups-bjnp/cups-bjnp.SlackBuild b/system/cups-bjnp/cups-bjnp.SlackBuild index 1829168b60..0cb88341f5 100644 --- a/system/cups-bjnp/cups-bjnp.SlackBuild +++ b/system/cups-bjnp/cups-bjnp.SlackBuild @@ -69,7 +69,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -CFLAGS="$SLKCFLAGS" \ +CFLAGS="$SLKCFLAGS -Wno-error=stringop-truncation" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ |