loplugin:unuseddefaultparam in tools
Change-Id: I027f4d53e3aa793bd61bf110899e464a9b6430ec Reviewed-on: https://gerrit.libreoffice.org/22891 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
This commit is contained in:
committed by
Noel Grandin
parent
ff45bc3346
commit
46c67c4323
@@ -240,7 +240,7 @@ bool UnusedDefaultParams::VisitDeclRefExpr( const DeclRefExpr* declRefExpr )
|
||||
return true;
|
||||
}
|
||||
|
||||
loplugin::Plugin::Registration< UnusedDefaultParams > X("unuseddefaultparams", false);
|
||||
loplugin::Plugin::Registration< UnusedDefaultParams > X("unuseddefaultparams", true);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user