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:
jasone 2006-04-05 18:46:24 +00:00
parent 8cc35ce532
commit 2f4016efa3

View File

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