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

New commits:
commit 1a6044dd8a69876b6eb6d20d24b2ac12be01fc5d
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Thu Nov 5 08:07:48 2015 +0100

    Do not implicitly run this for now; it breaks the build
    
    Change-Id: I84679c4ca395f934bca8f92f0587f6cf16cfa5e6

diff --git a/compilerplugins/clang/getimplementationname.cxx 
b/compilerplugins/clang/getimplementationname.cxx
index ad2b93a..ac011ee 100644
--- a/compilerplugins/clang/getimplementationname.cxx
+++ b/compilerplugins/clang/getimplementationname.cxx
@@ -298,7 +298,7 @@ std::string GetImplementationName::initSrcdir() {
     }
 }
 loplugin::Plugin::Registration<GetImplementationName> X(
-    "getimplementationname");
+    "getimplementationname", false);
 }
 #endif
 #endif
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to