Skip to content

Commit 44f2dae

Browse files
committed
Add possible unused annotation.
1 parent 0da8b19 commit 44f2dae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/codi/tapes/indices/linearIndexManager.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ namespace codi {
188188

189189
/// \copydoc IndexManagerInterface::validateRhsIndex
190190
void validateRhsIndex(ActiveTypeIndexData const& data) const {
191+
CODI_UNUSED(data);
192+
191193
codiAssert(data <= count);
192194
}
193195

0 commit comments

Comments
 (0)