HomeFreeBSD

Silence a gcc warning about no return from a function that handles every

Description

Silence a gcc warning about no return from a function that handles every
possible enum in a switch statement. I verified that this emits nothing
as expected on clang. radix relies on constant propagation to eliminate
any branching from these access routines.

Reported by: lwhsu/tinderbox

Details

Provenance
jeffAuthored on
Parents
rS358132: Take LINKER_FREEBSD_VERSION from numerical field after dash
Branches
Unknown
Tags
Unknown