1
0
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:
abv
2014-02-06 10:57:56 +04:00
committed by apn
parent 124021462e
commit f1a5afa25c
8 changed files with 7 additions and 49 deletions

View File

@@ -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");