diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-07-26 13:45:04 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-07-27 11:36:33 +0200 |
commit | 02dc2cafbb0364556a4145633485f3c9f082b43d (patch) | |
tree | 55c30a0b3e833f50f86ddc67cc594f3f2136bcb3 /include/default.rc | |
parent | c441672c0d99e08faa0667afd0ea804732b66c22 (diff) |
svx: 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: Ic8c24977a68d33a0051a74617fb4b4dcc2b664df
Reviewed-on: https://gerrit.libreoffice.org/58094
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/default.rc')
0 files changed, 0 insertions, 0 deletions