mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024607: Fix some GCC compiler warnings
- enumeration value not handled in switch in Aspect_ColorScale.cxx, TNaming_DeltaOnModification.cxx - comparison between signed and unsigned integer expressions in NIS_Triangulated.cxx, OSD_MAllocHook.cxx, RWStl.cxx - static function defined or declared but not used in OpenGl_Workspace_2.cxx, ProjLib_ComputeApprox.cxx
This commit is contained in:
@@ -52,15 +52,6 @@
|
||||
static Standard_Boolean AffichValue = Standard_False;
|
||||
#endif
|
||||
|
||||
static
|
||||
void Parameters(const Handle(Adaptor3d_HCurve)& myCurve,
|
||||
const Handle(Adaptor3d_HSurface)& mySurface,
|
||||
const gp_Pnt& aP1,
|
||||
const Standard_Integer iFirst,
|
||||
const Standard_Real aTolU,
|
||||
Standard_Real& aU,
|
||||
Standard_Real& aV);
|
||||
|
||||
//=======================================================================
|
||||
//function : IsEqual
|
||||
//purpose :
|
||||
|
Reference in New Issue
Block a user