mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0024085: Eliminate compiler warning C4706 in MSVC++ with warning level 4
Got rid from most cases which led to Warning c4706 Tiny code style corrections
This commit is contained in:
@@ -3588,8 +3588,8 @@ void Visual3d_View :: SetComputedMode ( const Standard_Boolean aMode )
|
||||
Visual3d_TypeOfAnswer Answer;
|
||||
Standard_Integer StructId;
|
||||
Standard_Integer i = MyDisplayedStructure.Extent ();
|
||||
|
||||
if ( !( ComputedModeIsActive = aMode ) ) {
|
||||
ComputedModeIsActive = aMode;
|
||||
if (!ComputedModeIsActive) {
|
||||
|
||||
while ( S1Iterator.More () ) {
|
||||
|
||||
|
Reference in New Issue
Block a user