diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2017-06-21 17:36:47 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:28:52 -0500 |
commit | 2bc99f76007abb3a3c130f63408bcc7b1ef5c699 (patch) | |
tree | 9c2042c4af569a97dc6a433b194e8e5a1c798cc6 /libraries | |
parent | 500f5daa5bc9bbbec11a4672d04516761c3887fe (diff) |
libraries/http-parser: Disabled some warnings-as-errors.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/http-parser/http-parser.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/http-parser/http-parser.SlackBuild b/libraries/http-parser/http-parser.SlackBuild index f4d9f81cdac74..cf7916d940d75 100644 --- a/libraries/http-parser/http-parser.SlackBuild +++ b/libraries/http-parser/http-parser.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=implicit-fallthrough=" \ make install \ PREFIX=$PKG/usr \ LIBDIR=$PKG/usr/lib${LIBDIRSUFFIX} |