0024096: Eliminate compiler warning C4505 in MSVC++ with warning level 4
[occt.git] / src / TopOpeBRep / TopOpeBRep_vprdeg.cxx
index 4bfaa95..f22c633 100755 (executable)
@@ -1,7 +1,23 @@
-// File:       TopOpeBRep_FacesFiller_VPonR.cxx
-// Created:    Fri Aug  4 10:57:30 1995
-// Author:     Jean Yves LEBEY
-//             <jyl@meteox>
+// Created on: 1995-08-04
+// Created by: Jean Yves LEBEY
+// Copyright (c) 1995-1999 Matra Datavision
+// Copyright (c) 1999-2012 OPEN CASCADE SAS
+//
+// The content of this file is subject to the Open CASCADE Technology Public
+// License Version 6.5 (the "License"). You may not use the content of this file
+// except in compliance with the License. Please obtain a copy of the License
+// at http://www.opencascade.org and read it completely before using this file.
+//
+// The Initial Developer of the Original Code is Open CASCADE S.A.S., having its
+// main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France.
+//
+// The Original Code and all software distributed under the License is
+// distributed on an "AS IS" basis, without warranty of any kind, and the
+// Initial Developer hereby disclaims all such warranties, including without
+// limitation, any warranties of merchantability, fitness for a particular
+// purpose or non-infringement. Please see the License for the specific terms
+// and conditions governing the rights and limitations under the License.
+
 
 #include <TopOpeBRep_FacesFiller.ixx>
 
@@ -50,10 +66,8 @@ static Standard_Boolean local_FindVertex(const TopOpeBRep_VPointInter& theVP,
 // modified by NIZHNY-MKK  Tue Nov 21 17:30:27 2000.END
 
 #ifdef DEB
-void static FUN_debdegeneR() {}
-void static FUN_debdegeneF() {}
-Standard_EXPORT Standard_Boolean TopOpeBRepDS_GettraceDEGEN();
-Standard_EXPORT Standard_Boolean TopOpeBRepDS_GettraceDSF();
+extern Standard_Boolean TopOpeBRepDS_GettraceDEGEN();
+extern Standard_Boolean TopOpeBRepDS_GettraceDSF();
 Standard_EXPORT Standard_Boolean FUN_debnull(const TopoDS_Shape& s);
 #endif
 
@@ -644,8 +658,6 @@ static Standard_Integer FUN_putInterfonDegenEd
   if (FUN_debnull(Ed)) cout<<"Ed is null"<<endl;
   if (trace) {
     TopAbs_Orientation Edori = Ed.Orientation();
-    if (Edori == TopAbs_FORWARD) FUN_debdegeneF();
-    if (Edori == TopAbs_REVERSED) FUN_debdegeneR();      
   }
   Standard_Boolean trace3d = Standard_False;
 #ifdef DRAW