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

New commits:
commit 9e6ee59a0f6e2c7276d6683e6a233298536f5b14
Author: Noel Grandin <noel.gran...@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);
 
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to