From c997186794f6ae9db74f1c8145bf2185552f83f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 5 May 2019 14:40:13 +0200 Subject: [PATCH] Only check unused templates if that is configured --- lib/settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/settings.cpp b/lib/settings.cpp index 81f1c5cd1..8833dbf3f 100644 --- a/lib/settings.cpp +++ b/lib/settings.cpp @@ -27,7 +27,7 @@ Settings::Settings() checkConfiguration(false), checkLibrary(false), checkHeaders(true), - checkUnusedTemplates(true), + checkUnusedTemplates(false), debugSimplified(false), debugnormal(false), debugwarnings(false),