Simon Rozman 351fd6babc assert: silence compiler warning for NDEBUG
_Analysis_assume_(expression) is removed by precompiler and statements
like: if (test) stdex_assert(expr); resolved to: if (test) ;

Remains to be seen if Xcode is happy with this change.

Signed-off-by: Simon Rozman <simon@rozman.si>
2024-06-10 11:30:03 +02:00
..