Kaydet (Commit) 46c9312c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

external/cppunit: silence -Werror=deprecated-copy (GCC trunk towards GCC 9)

Change-Id: I2daec11938361a6988741bd29e713a36a4c77414
Reviewed-on: https://gerrit.libreoffice.org/58042
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst bd8cb3ff
......@@ -17,6 +17,7 @@ $(eval $(call gb_UnpackedTarball_add_patches,cppunit,\
external/cppunit/CPPUNIT_PLUGIN_EXPORT.patch.0 \
external/cppunit/enable-win32-debug.patch \
external/cppunit/rtti.patch.0 \
external/cppunit/gcc9.patch.0 \
))
ifeq ($(DISABLE_DYNLOADING),TRUE)
$(eval $(call gb_UnpackedTarball_add_patches,cppunit,\
......
--- include/cppunit/extensions/TestSuiteBuilderContext.h
+++ include/cppunit/extensions/TestSuiteBuilderContext.h
@@ -37,6 +37,8 @@
TestSuiteBuilderContextBase( TestSuite &suite,
const TestNamer &namer,
TestFixtureFactory &factory );
+
+ TestSuiteBuilderContextBase(TestSuiteBuilderContextBase const &) = default;
virtual ~TestSuiteBuilderContextBase();
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