mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-06 18:26:22 +03:00
26785: Coding rules - eliminate GCC warning -Wempty-body in LDOM_DeclareSequence.hxx
This commit is contained in:
parent
0e04b6822c
commit
b8c673b4e6
@ -212,7 +212,7 @@ void ClassName::InsertAt (const Standard_Integer anI, const Type& aVal) \
|
|||||||
if (anItem -> myPrev) anItem -> myPrev -> myNext = anItem; \
|
if (anItem -> myPrev) anItem -> myPrev -> myNext = anItem; \
|
||||||
myLength++; \
|
myLength++; \
|
||||||
myICur++; \
|
myICur++; \
|
||||||
} else ; \
|
} \
|
||||||
} \
|
} \
|
||||||
\
|
\
|
||||||
void ClassName::Clear () \
|
void ClassName::Clear () \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user