Revert warn_off removal

There are still a bunch of unused parameter warnings with GCC/Clang
This commit is contained in:
Cameron Gutman 2021-04-29 21:22:59 -05:00
parent fd27867195
commit f8a8a431a8

View File

@ -12,6 +12,9 @@ TEMPLATE = lib
# Build a static library
CONFIG += staticlib
# Disable warnings
CONFIG += warn_off
# Include global qmake defs
include(../globaldefs.pri)