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

loplugin:cstylecast: nop between pointer types of exactly same spelling

Change-Id: I21cac03d5100822ef99d4b7fb7c192c0d2adf1b2
üst c4f3fba1
......@@ -894,7 +894,7 @@ void CNodeJavaInfo::writeToNode(xmlDoc* pDoc,
//Set xsi:nil in javaInfo element to false
//the xmlNs pointer must not be destroyed
xmlNs* nsXsi = xmlSearchNsByHref((xmlDoc*) pDoc,
xmlNs* nsXsi = xmlSearchNsByHref(pDoc,
pJavaInfoNode,
reinterpret_cast<xmlChar const *>(NS_SCHEMA_INSTANCE));
......
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