diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2017-07-25 15:50:51 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 00:08:24 -0500 |
commit | afe5ce3c5b701e11aac5633a1952e002c33ee588 (patch) | |
tree | c3ed13f3d20ecb94940499a2e7d234fd17675385 | |
parent | f1816843da0543ffadf7f05080d635eb0bb4979a (diff) | |
download | slackbuilds-afe5ce3c5b701e11aac5633a1952e002c33ee588.tar.gz slackbuilds-afe5ce3c5b701e11aac5633a1952e002c33ee588.tar.xz |
desktop/wbar: Disabled some warnings-as-errors.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | desktop/wbar/wbar.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/wbar/wbar.SlackBuild b/desktop/wbar/wbar.SlackBuild index 09fd3d2bc5..d16ff8a236 100644 --- a/desktop/wbar/wbar.SlackBuild +++ b/desktop/wbar/wbar.SlackBuild @@ -74,7 +74,7 @@ find -L . \ sed -i 's|pidof|/sbin/pidof|g' src/config/Run.cc CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS -Wno-error=literal-suffix" \ ./configure \ --prefix=/usr \ --exec-prefix=/usr \ |