Kaydet (Commit) 207d625a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:casttovoid: helpcompiler

Change-Id: Ifd37b99b27d1bf25109c83a054b36c1da3825d84
üst 5c2002d0
......@@ -861,11 +861,8 @@ void HelpLinker::main( std::vector<std::string> &args,
// Variable to set an exception in "C" StructuredXMLErrorFunction
static const HelpProcessingException* GpXMLParsingException = nullptr;
extern "C" void StructuredXMLErrorFunction(void *userData, xmlErrorPtr error)
extern "C" void StructuredXMLErrorFunction(SAL_UNUSED_PARAMETER void *, xmlErrorPtr error)
{
(void)userData;
(void)error;
std::string aErrorMsg = error->message;
std::string aXMLParsingFile;
if( error->file != nullptr )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment