Define PMP_ASSERT

Define Documentation

PMP_ASSERT(x)

Custom assert macro that allows to silence unused variable warnings with no overhead. Generates no code in release mode since if the argument to sizeof() is an expression it is not evaluated. In debug mode we just fall back to the default assert().