Only check unused templates if that is configured
This commit is contained in:
parent
03d7c82019
commit
c997186794
|
@ -27,7 +27,7 @@ Settings::Settings()
|
||||||
checkConfiguration(false),
|
checkConfiguration(false),
|
||||||
checkLibrary(false),
|
checkLibrary(false),
|
||||||
checkHeaders(true),
|
checkHeaders(true),
|
||||||
checkUnusedTemplates(true),
|
checkUnusedTemplates(false),
|
||||||
debugSimplified(false),
|
debugSimplified(false),
|
||||||
debugnormal(false),
|
debugnormal(false),
|
||||||
debugwarnings(false),
|
debugwarnings(false),
|
||||||
|
|
Loading…
Reference in New Issue