Revert warn_off removal
There are still a bunch of unused parameter warnings with GCC/Clang
This commit is contained in:
parent
fd27867195
commit
f8a8a431a8
1 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,9 @@ TEMPLATE = lib
|
||||||
# Build a static library
|
# Build a static library
|
||||||
CONFIG += staticlib
|
CONFIG += staticlib
|
||||||
|
|
||||||
|
# Disable warnings
|
||||||
|
CONFIG += warn_off
|
||||||
|
|
||||||
# Include global qmake defs
|
# Include global qmake defs
|
||||||
include(../globaldefs.pri)
|
include(../globaldefs.pri)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue