mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-08 14:17:06 +03:00
0032460: Coding Rules - eliminate CLang warning -Wunused-but-set-variable
Code has been adjusted to suppress -Wunused-but-set-variable warnings. DRAWEXE.wasm, compiler flags have been moved to linker flags to eliminiate -Wunused-command-line-argument warnings.
This commit is contained in:
@@ -278,6 +278,7 @@ void IntCurve_IntPolyPolyGen::Perform( const TheCurve& C1
|
||||
else if(Pos2 == IntRes2d_End) PosSegment|=8;
|
||||
}
|
||||
}
|
||||
(void )PosSegment;
|
||||
}
|
||||
//======================================================================
|
||||
|
||||
|
Reference in New Issue
Block a user