loplugin:unuseddefaultparam in oox/reportdesign/sd
Change-Id: Ia26cf182ddc7c903d86bf74a8175858adb88121c
This commit is contained in:
@@ -240,7 +240,7 @@ bool UnusedDefaultParams::VisitDeclRefExpr( const DeclRefExpr* declRefExpr )
|
||||
return true;
|
||||
}
|
||||
|
||||
loplugin::Plugin::Registration< UnusedDefaultParams > X("unuseddefaultparams", true);
|
||||
loplugin::Plugin::Registration< UnusedDefaultParams > X("unuseddefaultparams", false);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user