mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0024588: Fix some ICC warning fixes
Some of ICC warning fixes reported in 0024574 are fixed Remove redundant ifdef
This commit is contained in:
@@ -162,7 +162,7 @@ void IntPatch_Point::Dump() const {
|
||||
if(onS2)
|
||||
printf("*OnS2* par=%15.10f arc2=%10p", (double)prm2, (void*)arcS2.operator->());
|
||||
if(vtxonS2)
|
||||
printf(" *Vtx2* vtx2=%10lu", (void*)vS2.operator->());
|
||||
printf(" *Vtx2* vtx2=%10p", (void*)vS2.operator->());
|
||||
|
||||
if(onS2 || vtxonS2)
|
||||
printf("\n");
|
||||
|
Reference in New Issue
Block a user