mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0024171: Eliminate CLang compiler warning -Wreorder
Got rid of -Wreorder warning (wrong fields' initialization order); some warnings -Wdangling-else are also fixed
This commit is contained in:
@@ -186,11 +186,11 @@ fields
|
||||
|
||||
ax3 : Ax3 from gp;
|
||||
lin : Lin from gp;
|
||||
typ : SurfaceType from GeomAbs;
|
||||
prm1 : Real from Standard;
|
||||
prm2 : Real from Standard;
|
||||
prm3 : Real from Standard;
|
||||
prm4 : Real from Standard;
|
||||
ax3direc : Boolean from Standard;
|
||||
typ : SurfaceType from GeomAbs;
|
||||
|
||||
end Quadric;
|
||||
|
Reference in New Issue
Block a user