disable constparams loplugin

increases compile time too much, I will run this by hand periodically

Change-Id: I118567ef294847ff609d4de771d998ce3b57161b
This commit is contained in:
Noel Grandin
2017-10-06 12:52:05 +02:00
parent 38ccea5588
commit 05400958b0

View File

@@ -571,7 +571,7 @@ bool ConstParams::isPointerOrReferenceToConst(const QualType& qt) {
return false;
}
loplugin::Plugin::Registration< ConstParams > X("constparams", true);
loplugin::Plugin::Registration< ConstParams > X("constparams", false);
}