diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-07-26 13:51:15 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-07-27 08:21:23 +0200 |
commit | 31dac8fc291d220af240833d0aec8638da0c0c5a (patch) | |
tree | f8882d7415f3f20e8cf0098d3da5c959a0fd5b48 /officecfg | |
parent | aa84f1458f422c1acf38b53a3e3138cd0e84e313 (diff) |
tools: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)
...by explicitly defaulting the copy/move functions (and, where needed in turn,
also a default ctor) for classes that have a user-declared dtor that does
nothing other than an implicitly-defined one would do, but needs to be user-
declared because it is virtual and potentially serves as a key function to
emit the vtable, or is non-public, etc.
Change-Id: I17480375f747915f95efdd65ac223077e6451782
Reviewed-on: https://gerrit.libreoffice.org/58099
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'officecfg')
0 files changed, 0 insertions, 0 deletions