[Libreoffice-commits] core.git: compilerplugins/clang

Noel Grandin noel.grandin at collabora.co.uk
Tue Apr 10 13:15:07 UTC 2018


 compilerplugins/clang/unusedfields.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9e6ee59a0f6e2c7276d6683e6a233298536f5b14
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date:   Tue Apr 10 15:14:33 2018 +0200

    darn, unusedfields loplugin was left enabled
    
    Change-Id: I343262e0c61e9ecde5395f13732c212197e7fd03

diff --git a/compilerplugins/clang/unusedfields.cxx b/compilerplugins/clang/unusedfields.cxx
index ead4192bdf88..2e009a35aa80 100644
--- a/compilerplugins/clang/unusedfields.cxx
+++ b/compilerplugins/clang/unusedfields.cxx
@@ -1012,7 +1012,7 @@ llvm::Optional<CalleeWrapper> UnusedFields::getCallee(CallExpr const * callExpr)
     return llvm::Optional<CalleeWrapper>();
 }
 
-loplugin::Plugin::Registration< UnusedFields > X("unusedfields", true);
+loplugin::Plugin::Registration< UnusedFields > X("unusedfields", false);
 
 }
 


More information about the Libreoffice-commits mailing list