Disabled minor warnings.
This commit is contained in:
parent
643c5cfe82
commit
9c430637e0
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ TARGET = genindex
|
|||
CONFIG += console warn_on
|
||||
CONFIG -= app_bundle qt
|
||||
|
||||
QMAKE_CXXFLAGS += -Wno-unused-parameter -Wno-unused-local-typedef
|
||||
|
||||
INCLUDEPATH += ../../3rdparty/boost
|
||||
|
||||
include (../../defines.pri)
|
||||
|
|
Reference in a new issue