Fix GCC warnings: type qualifiers ignored on cast result type [-Wignored-qualifiers]
This commit is contained in:
committed by
abdullahtahiriyo
parent
90c4ffceec
commit
b8c26c0273
@@ -865,7 +865,7 @@ void TopoShape::importBrep(const char *FileName)
|
||||
BRepTools::Read(aShape,encodeFilename(FileName).c_str(),aBuilder,pi);
|
||||
pi->EndScope();
|
||||
#else
|
||||
BRepTools::Read(aShape,(const Standard_CString)FileName,aBuilder);
|
||||
BRepTools::Read(aShape,(Standard_CString)FileName,aBuilder);
|
||||
#endif
|
||||
this->_Shape = aShape;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user