From: Wouter Wijngaards Date: Mon, 28 Jan 2013 13:32:14 +0000 (+0000) Subject: lint clean. X-Git-Tag: release-1.4.20rc1~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ae017713b318b5bfb5e55a1456c958f49ffce8a7;p=thirdparty%2Funbound.git lint clean. git-svn-id: file:///svn/unbound/trunk@2826 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/smallapp/unbound-anchor.c b/smallapp/unbound-anchor.c index 37521729b..ef0031c94 100644 --- a/smallapp/unbound-anchor.c +++ b/smallapp/unbound-anchor.c @@ -1518,7 +1518,7 @@ xml_entitydeclhandler(void *userData, const XML_Char *ATTR_UNUSED(publicId), const XML_Char *ATTR_UNUSED(notationName)) { - XML_StopParser((XML_Parser)userData, XML_FALSE); + (void)XML_StopParser((XML_Parser)userData, XML_FALSE); } /**