mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +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; \
|
||||
myLength++; \
|
||||
myICur++; \
|
||||
} else ; \
|
||||
} \
|
||||
} \
|
||||
\
|
||||
void ClassName::Clear () \
|
||||
|
Loading…
x
Reference in New Issue
Block a user