Disabled minor warnings.

This commit is contained in:
Alexander Zolotarev 2017-01-03 10:01:49 -08:00
parent 643c5cfe82
commit 9c430637e0

View file

@ -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)