_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>
_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>