From 359e0b47a0f96ffa595a0c38a5e5318d797812fe Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 7 Mar 2016 08:09:35 +0200 Subject: loplugin:unuseddefaultparams Change-Id: Ia414f7845425ef73859ed04853378e96cc738795 Reviewed-on: https://gerrit.libreoffice.org/22971 Tested-by: Jenkins Reviewed-by: Noel Grandin --- compilerplugins/clang/unuseddefaultparams.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compilerplugins') diff --git a/compilerplugins/clang/unuseddefaultparams.cxx b/compilerplugins/clang/unuseddefaultparams.cxx index e8b99d37e679..21979eaa780c 100644 --- a/compilerplugins/clang/unuseddefaultparams.cxx +++ b/compilerplugins/clang/unuseddefaultparams.cxx @@ -21,7 +21,7 @@ The process goes something like this: $ make check - $ make FORCE_COMPILE_ALL=1 COMPILER_PLUGIN_TOOL='unusedmethods' check + $ make FORCE_COMPILE_ALL=1 COMPILER_PLUGIN_TOOL='unuseddefaultparams' check $ ./compilerplugins/clang/unuseddefaultparams.py unuseddefaultparams.log */ -- cgit