loplugin:unuseddefaultparam in oox/reportdesign/sd

Change-Id: Ia26cf182ddc7c903d86bf74a8175858adb88121c
This commit is contained in:
Noel Grandin
2016-03-04 13:41:22 +02:00
parent a4c1704127
commit 1fd781e7cd
13 changed files with 42 additions and 56 deletions

View File

@@ -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);
}