]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
lint clean.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 28 Jan 2013 13:32:14 +0000 (13:32 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 28 Jan 2013 13:32:14 +0000 (13:32 +0000)
git-svn-id: file:///svn/unbound/trunk@2826 be551aaa-1e26-0410-a405-d3ace91eadb9

smallapp/unbound-anchor.c

index 37521729baceaf713628ee8d68b2337abdfbfbef..ef0031c94316bb4c88242f7b67af40de303c828e 100644 (file)
@@ -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);
 }
 
 /**