compilerplugins/clang/casttovoid.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit decfa1ff8780c456dbcde966b0b1441121213cb1 Author: Stephan Bergmann <[email protected]> Date: Mon Jul 3 13:58:53 2017 +0200 Disable loplugin:casttovoid for now I'd accidentally developed it against a Clang built without LLVM_ENABLE_ASSERTIONS=ON, so only saw issues with containsPreprocessingConditionalInclusion() now. Change-Id: I5da6775a06de748e78b34a42f63b0543c3893124 diff --git a/compilerplugins/clang/casttovoid.cxx b/compilerplugins/clang/casttovoid.cxx index 997f7ed83e7c..37608adcdc3f 100644 --- a/compilerplugins/clang/casttovoid.cxx +++ b/compilerplugins/clang/casttovoid.cxx @@ -487,7 +487,7 @@ private: } }; -static loplugin::Plugin::Registration<Visitor> reg("casttovoid"); +static loplugin::Plugin::Registration<Visitor> reg("casttovoid", false); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
