svn commit: r358133 - head/sys/vm

Joerg Sonnenberger joerg at bec.de
Wed Feb 19 22:49:08 UTC 2020


On Wed, Feb 19, 2020 at 10:34:23PM +0000, Jeff Roberson wrote:
> Author: jeff
> Date: Wed Feb 19 22:34:22 2020
> New Revision: 358133
> URL: https://svnweb.freebsd.org/changeset/base/358133
> 
> Log:
>   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.

__builtin_unreachable() ?

Joerg


More information about the svn-src-head mailing list