Add an unreachable return statement, in order to avoid a compiler warning
for non-standard optimization levels. Reported by: Michael Zach <zach@webges.com>
This commit is contained in:
parent
8cc35ce532
commit
2f4016efa3
@ -1537,6 +1537,7 @@ arena_run_reg_alloc(arena_run_t *run, arena_bin_t *bin)
|
||||
}
|
||||
/* Not reached. */
|
||||
assert(0);
|
||||
return (NULL);
|
||||
}
|
||||
|
||||
static inline void
|
||||
|
Loading…
Reference in New Issue
Block a user