summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-02 22:30:59 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-02 22:30:59 +0200
commit592ab6435b22f7d1a0d9d940ccc32059fed05b87 (patch)
treec1912ad9f2739df0dcdbc59432afece697bb2a87 /sax
parentcc7fd44822441c676864a8774994ce7093a4f197 (diff)
loplugin:casttovoid: sax
Change-Id: Id8ac78d146dc63168fe9f76c94cd1bf0d2b1b6d9
Diffstat (limited to 'sax')
-rw-r--r--sax/source/tools/fastserializer.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sax/source/tools/fastserializer.cxx b/sax/source/tools/fastserializer.cxx
index ff74fe3b7079..0642cbaac391 100644
--- a/sax/source/tools/fastserializer.cxx
+++ b/sax/source/tools/fastserializer.cxx
@@ -259,7 +259,6 @@ namespace sax_fastparser {
}
}
SAL_WARN_IF( !bGood && nLen > 1, "sax", "in '" << OString(pStr,std::min<sal_Int32>(nLen,42)) << "'");
- (void)bGood;
}
void FastSaxSerializer::endDocument()