diff --git a/src/basic/macro.h b/src/basic/macro.h index 6e3966ff486..3bf982803d5 100644 --- a/src/basic/macro.h +++ b/src/basic/macro.h @@ -399,7 +399,7 @@ static inline int __coverity_check_and_return__(int condition) { /* For type check. */ \ unsigned *q = &p->n_ref; \ assert(*q > 0); \ - assert(*q < UINT_MAX); \ + assert_se(*q < UINT_MAX); \ \ (*q)++; \ return p; \