diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-07-26 11:48:29 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-07-26 16:00:14 +0200 |
commit | a42a7a5d782baf7c8082f064b11cb2192dba07c5 (patch) | |
tree | a85b76ee6c1c4ebe24736e97075f83dadd9fd624 /registry | |
parent | f5b7eb35bfbb80690d6d8191336e14859b9e4d60 (diff) |
ucb: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)
...by removing explicitly user-provided functions that do the same as their
implicitly-defined counterparts, but may prevent implicitly declared copy
functions from being defined as non-deleted in the future. (Even if such a
user-provided function was declared non-inline in an include file, the
apparently-used implicitly-defined copy functions are already inline, so why
bother with non-inline functions.)
Change-Id: I6cd0ac297240ce868442ab7f8b4f1ba46c68d409
Reviewed-on: https://gerrit.libreoffice.org/58063
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'registry')
0 files changed, 0 insertions, 0 deletions