Files
libreoffice/compilerplugins/clang
Stephan Bergmann 446f172057 Prevent loplugin:unreffun on explicitly defaulted special members
...as started to appear (with sufficiently recent Clang versions only, it
appears) after c5fcb476ac "toolkit: avoid
-Werror=deprecated-copy (GCC trunk towards GCC 9)":

> [CXX] toolkit/source/controls/spinningprogress.cxx
> toolkit/source/controls/spinningprogress.cxx:38:5: error: Unreferenced externally invisible function definition [loplugin:unreffun]
>     SpinningProgressControlModel(SpinningProgressControlModel &&) = default;
>     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Change-Id: Id78cd2d801e9760dde9e0a594e2b62ec20840204
Reviewed-on: https://gerrit.libreoffice.org/58180
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-07-28 00:18:41 +02:00
..
2018-01-19 13:52:24 +01:00
2018-05-19 20:13:00 +02:00
2018-02-21 08:09:46 +01:00
2018-05-25 21:46:32 +02:00
2018-07-25 15:17:31 +02:00
2018-02-06 09:48:06 +02:00
2018-07-25 15:17:31 +02:00
2018-07-02 08:48:10 +02:00
2018-07-19 14:01:01 +02:00