Enable loplugin:defaultparams
Change-Id: Ie0a17569d1216816fd6357cd2ba1e125d2172408
This commit is contained in:
parent
cbe115061a
commit
7c473eb789
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ bool DefaultParams::VisitCallExpr(CallExpr * callExpr) {
|
|||
return true;
|
||||
}
|
||||
|
||||
loplugin::Plugin::Registration< DefaultParams > X("defaultparams", false);
|
||||
loplugin::Plugin::Registration< DefaultParams > X("defaultparams");
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue