[Libreoffice-commits] core.git: solenv/CompilerTest_compilerplugins_clang.mk
Miklos Vajna
vmiklos at collabora.co.uk
Wed Jul 19 08:44:51 UTC 2017
solenv/CompilerTest_compilerplugins_clang.mk | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 17a8aadf764061b5be766e8edff3f01a12fe0993
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Wed Jul 19 10:42:06 2017 +0200
CompilerTest_compilerplugins_clang: disable test failing with clang-3.8
10:28 <@vmiklos> noelgrandin: clang-3.8 is unhappy for the unusedfields plugin: https://pastebin.com/raw/MJ30aKcs
10:30 <@noelgrandin> vmiklos: ... probably best to just disable the unusedfields solenv testing in the .mk file
Change-Id: I1873f1f76d7a7b0438002ffda9180abe582e07d7
diff --git a/solenv/CompilerTest_compilerplugins_clang.mk b/solenv/CompilerTest_compilerplugins_clang.mk
index f3a649e0998d..a7429c2067d2 100644
--- a/solenv/CompilerTest_compilerplugins_clang.mk
+++ b/solenv/CompilerTest_compilerplugins_clang.mk
@@ -31,11 +31,13 @@ $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \
compilerplugins/clang/test/unnecessaryoverride-dtor \
compilerplugins/clang/test/unnecessaryparen \
compilerplugins/clang/test/unoany \
- compilerplugins/clang/test/unusedfields \
compilerplugins/clang/test/useuniqueptr \
compilerplugins/clang/test/vclwidgets \
))
+# FIXME Fails with clang-3.8.
+# compilerplugins/clang/test/unusedfields \
+
$(eval $(call gb_CompilerTest_use_externals,compilerplugins_clang, \
boost_headers \
cppunit \
More information about the Libreoffice-commits
mailing list