mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
a9f48b449a
commit
f90cbdf17f
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue