mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
26785: Coding rules - eliminate GCC warning -Wempty-body in LDOM_DeclareSequence.hxx
This commit is contained in:
@@ -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 () \
|
||||
|
Reference in New Issue
Block a user