OMNI_ASSERT

Defined in omni/core/Assert.h

OMNI_ASSERT(cond, ...)

Like std::assert. Basically OMNI_FATAL_UNLESS, but compiles to a no-op in debug builds.