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:
@@ -74,9 +74,7 @@ const Handle(Expr_GeneralExpression)& Expr_BinaryExpression::SubExpression (cons
|
||||
Standard_OutOfRange::Raise();
|
||||
}
|
||||
}
|
||||
#if defined (WNT) || !defined (DEB)
|
||||
return *( ( Handle_Expr_GeneralExpression* )NULL );
|
||||
#endif // WNT || !DEB
|
||||
}
|
||||
|
||||
Standard_Boolean Expr_BinaryExpression::ContainsUnknowns () const
|
||||
|
Reference in New Issue
Block a user