Kaydet (Commit) 079525b2 authored tarafından Noel Grandin's avatar Noel Grandin

fix 'make solenv' test failure on clang-3.8

clang-3.8 and clang trunk differ in how they represent ranged-for
which leads to a test failure

Change-Id: Ia8965802260fdc946d3a705c6fef82d98eeb8230
üst fafeedc8
......@@ -38,11 +38,14 @@ $(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 \
))
# clang-3.8 and clang trunk differ in how they represent ranged-for
# which leads to a test failure
# compilerplugins/clang/test/unusedfields \
$(eval $(call gb_CompilerTest_use_externals,compilerplugins_clang, \
boost_headers \
cppunit \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment