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:
Jason Evans 2006-04-05 18:46:24 +00:00
parent a9f48b449a
commit f90cbdf17f

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