mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024635: Eliminate trivial compiler warnings by GCC in Debug mode
This commit is contained in:
@@ -1610,9 +1610,8 @@ void IntCurveSurface_ComputeParamsOnQuadric(const TheSurface& surface,
|
||||
ElSLib::Parameters(TheSurfaceTool::Sphere(surface),P,u,v);
|
||||
break;
|
||||
}
|
||||
#ifndef DEB
|
||||
default: break;
|
||||
#endif
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
//=======================================================================
|
||||
|
Reference in New Issue
Block a user