From 9c430637e0de19ee9c42067360f98a7280a92ca8 Mon Sep 17 00:00:00 2001 From: Alexander Zolotarev Date: Tue, 3 Jan 2017 10:01:49 -0800 Subject: [PATCH] Disabled minor warnings. --- builder/genindex/genindex.pro | 2 ++ 1 file changed, 2 insertions(+) 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)