Skip to content

Commit 5588a49

Browse files
committed
IOSS: REmove unused define
1 parent ccc88e8 commit 5588a49

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/seacas/libraries/ioss/src/Ioss_CodeTypes.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ using Kokkos_Complex = Kokkos::complex<double>;
101101
#define IOSS_DEBUG_OUTPUT 0
102102
#endif
103103

104+
#ifdef NDEBUG
105+
#define IOSS_ASSERT_USED(x) (void)x
106+
#else
107+
#define IOSS_ASSERT_USED(x)
108+
#endif
109+
104110
// For use to create a no-op get or put_field_internal function...
105111
#define IOSS_NOOP_GFI(type) \
106112
int64_t get_field_internal(const type *, const Ioss::Field &, void *, size_t) const override \

0 commit comments

Comments
 (0)