mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0024169: Eliminate CLang compiler warning -Wunused-value
Got rid of warning -Wunused-value
This commit is contained in:
@@ -245,8 +245,7 @@ void AdvApp2Var_Iso::MakeApprox(const AdvApp2Var_Context& Conditions,
|
||||
//#ifdef DEB
|
||||
//Standard_Real *ERRMOY =
|
||||
//#endif
|
||||
(Standard_Real *) &HERRMOY->ChangeArray2()
|
||||
(HERRMOY ->LowerRow(),HERRMOY ->LowerCol());
|
||||
// (Standard_Real *) &HERRMOY->ChangeArray2()(HERRMOY ->LowerRow(),HERRMOY ->LowerCol());
|
||||
Standard_Real *EMYAPP = new Standard_Real[NBSESP];
|
||||
//
|
||||
// the approximations
|
||||
|
Reference in New Issue
Block a user