sw/source/core/doc/acmplwrd.cxx | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit 2832d8d3dcea4e11bae3f164ff1dee5486b30aae Author: Tor Lillqvist <t...@collabora.com> Date: Fri Dec 9 12:15:38 2016 +0200 loplugin:unnecessaryoverride Change-Id: I6c02b1731bb62d30156b37e897b9c6b9a2dcced3 diff --git a/sw/source/core/doc/acmplwrd.cxx b/sw/source/core/doc/acmplwrd.cxx index 969e6ad..43a7610 100644 --- a/sw/source/core/doc/acmplwrd.cxx +++ b/sw/source/core/doc/acmplwrd.cxx @@ -124,6 +124,8 @@ SwAutoCompleteClient::~SwAutoCompleteClient() { #if OSL_DEBUG_LEVEL > 0 --nSwAutoCompleteClientCount; +#else + (void) this; #endif } @@ -188,6 +190,8 @@ SwAutoCompleteString::~SwAutoCompleteString() { #if OSL_DEBUG_LEVEL > 0 --nSwAutoCompleteStringCount; +#else + (void) this; #endif } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits