diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-07-26 11:56:40 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-07-26 16:27:20 +0200 |
commit | e6ab9174b02aa6240ed9c4392a0e1b0c261d3481 (patch) | |
tree | 30be1dda6e8399ffc3259ac8993500a5ab853b81 /sysui | |
parent | d9f81ecb1f8a6142379d85a7c6b1fdb54c57ad22 (diff) |
basic: 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 a dtor was
declared non-inline in an include file, the apparently-used implicitly-defined
copy functions are already inline, so why bother with a non-inline dtor.)
Change-Id: I8a31ab0c806cb0f3c226d217f152a205aff6c07f
Reviewed-on: https://gerrit.libreoffice.org/58065
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sysui')
0 files changed, 0 insertions, 0 deletions