From 2670ca3fc597decae78499d1397539668eb84e5e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 27 Jan 2017 14:41:46 +0200 Subject: a whole bunch of SAL_WARN_UNUSED Change-Id: Iea28debc7d3abc58cca21bd3856cb65b321dc1e6 Reviewed-on: https://gerrit.libreoffice.org/33693 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/tools/zcodec.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/tools/zcodec.hxx') diff --git a/include/tools/zcodec.hxx b/include/tools/zcodec.hxx index d3c17792092d..f12ee4a62830 100644 --- a/include/tools/zcodec.hxx +++ b/include/tools/zcodec.hxx @@ -33,7 +33,7 @@ class SvStream; // * BeginCompression, Write*, EndCompression // * BeginCompression, Read*, EndCompression // * BeginCompression, ReadAsynchron*, EndCompression -class TOOLS_DLLPUBLIC ZCodec +class SAL_WARN_UNUSED TOOLS_DLLPUBLIC ZCodec { enum State { STATE_INIT, STATE_DECOMPRESS, STATE_COMPRESS }; State meState; -- cgit