Skip to content

Commit

Permalink
sysutils/twmn: Unbreak with clang 10, take two
Browse files Browse the repository at this point in the history
Reported by:	pkg-fallout
  • Loading branch information
dmgk committed Apr 19, 2020
1 parent 1225089 commit c5e9210
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions sysutils/twmn/files/patch-twmnd_twmnd.pro
@@ -1,12 +1,11 @@
--- twmnd/twmnd.pro.orig 2019-09-17 23:27:49 UTC
--- twmnd/twmnd.pro.orig 2020-04-19 16:05:55 UTC
+++ twmnd/twmnd.pro
@@ -10,7 +10,8 @@ TARGET = twmnd
@@ -10,7 +10,7 @@ TARGET = twmnd
TEMPLATE = app
CONFIG += debug
DESTDIR = ../bin/
-QMAKE_CXXFLAGS += -Wall -Werror -pedantic -Wno-long-long
+QMAKE_CXXFLAGS_WARN_ON -= -W
+QMAKE_CXXFLAGS += -Wall -Werror -pedantic -Wno-long-long -Wno-error=deprecated
+QMAKE_CXXFLAGS += -Wall -pedantic -Wno-long-long

target.path+=/usr/local/bin
INSTALLS += target

0 comments on commit c5e9210

Please sign in to comment.