diff --git a/builder/genindex/genindex.pro b/builder/genindex/genindex.pro index e26942b..9bc79f9 100644 --- a/builder/genindex/genindex.pro +++ b/builder/genindex/genindex.pro @@ -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)