diff options
author | 2017-07-24 18:10:34 +0200 | |
---|---|---|
committer | 2021-02-27 09:48:29 +0100 | |
commit | a484d8731e572c3f33632536cc4180d7b903db05 (patch) | |
tree | f93e53b5ec08ae8d5b55d0bdaa6cb20aeccdb1e1 | |
parent | 9aa1498acb0841d4ce656319a4de5cc157b4e2ed (diff) | |
download | slackbuilds-gnats.tar.gz |
development/gnats: Disabled some warnings-as-errors.gnats
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | development/gnats/gnats.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/gnats/gnats.SlackBuild b/development/gnats/gnats.SlackBuild index da9575aaa1..18ca2b30d7 100644 --- a/development/gnats/gnats.SlackBuild +++ b/development/gnats/gnats.SlackBuild @@ -69,7 +69,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -CFLAGS="$SLKCFLAGS" \ +CFLAGS="$SLKCFLAGS -Wno-error=pointer-compare -Wno-error=implicit-fallthrough=" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ |