Skip to content
Snippets Groups Projects
Commit 5a9094f2 authored by Alberto Massari's avatar Alberto Massari
Browse files

Silence warning

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@467918 13f79535-47bb-0310-9956-ffa450edef68
parent 77ff0220
No related branches found
No related tags found
No related merge requests found
......@@ -124,6 +124,7 @@ XMLExceptionHandler::copyXMLException(const XMLException& e)
}
else
{
croak("Unknown Exception type: %d", e.getType());
croak("Unknown Exception type: %d", e.getType());
return 0;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment