Kaydet (Commit) 9a1909a5 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:cstylecast: deal with remaining pointer casts

Change-Id: Idca144969e2b978fee8cd5b0868fcf418b193967
üst a1a5588b
...@@ -943,7 +943,7 @@ bool compileExtensionHelp ...@@ -943,7 +943,7 @@ bool compileExtensionHelp
std::string aStdStrDestination = pDestination; std::string aStdStrDestination = pDestination;
// Set error handler // Set error handler
xmlSetStructuredErrorFunc( NULL, (xmlStructuredErrorFunc)StructuredXMLErrorFunction ); xmlSetStructuredErrorFunc( NULL, StructuredXMLErrorFunction );
try try
{ {
boost::scoped_ptr<HelpLinker> pHelpLinker(new HelpLinker()); boost::scoped_ptr<HelpLinker> pHelpLinker(new HelpLinker());
......
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