Enable loplugin:defaultparams
Change-Id: Ie0a17569d1216816fd6357cd2ba1e125d2172408
This commit is contained in:
@@ -81,7 +81,7 @@ bool DefaultParams::VisitCallExpr(CallExpr * callExpr) {
|
||||
return true;
|
||||
}
|
||||
|
||||
loplugin::Plugin::Registration< DefaultParams > X("defaultparams", false);
|
||||
loplugin::Plugin::Registration< DefaultParams > X("defaultparams");
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user