sysutils/twmn: Chase r528654, there is no -Wno-error=deprecated-copy in clang 9
This commit is contained in:
parent
998a3b8772
commit
b6da68c57c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528717
@ -6,7 +6,7 @@
|
||||
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-copy
|
||||
+QMAKE_CXXFLAGS += -Wall -Werror -pedantic -Wno-long-long -Wno-error=deprecated
|
||||
|
||||
target.path+=/usr/local/bin
|
||||
INSTALLS += target
|
||||
|
Loading…
Reference in New Issue
Block a user