mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-03 05:19:34 -05:00
lint clean.
git-svn-id: file:///svn/unbound/trunk@2826 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
fefeb21cf0
commit
ae017713b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue