Replace assert with void instruction
In release builds replace assert with void instruction `(void)0`. Otherwise in some places you will end up with statements like `if (...) ;` and some compiler will complain about it.pull/356/head
parent
9cc01defde
commit
903b8feaa7
Loading…
Reference in New Issue