Skip to content

Commit

Permalink
+ remove obsolete #pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Apr 13, 2016
1 parent 081b86c commit 7e01bf1
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,6 @@ Driver_Mesh::Status DriverSTL_R_SMDS_Mesh::Perform()

// static methods

#pragma warning(push)
#pragma warning(disable : 4805)

static Standard_Real readFloat(OSD_File& theFile)
{
union {
Expand All @@ -179,7 +176,6 @@ static Standard_Real readFloat(OSD_File& theFile)

return u.f;
}
#pragma warning(pop)

static SMDS_MeshNode* addNode(const gp_Pnt& P,
DriverSTL_DataMapOfPntNodePtr& uniqnodes,
Expand Down

0 comments on commit 7e01bf1

Please sign in to comment.