John Baldwin 2f6a842484 Disable -Wreturn-type on GCC.
GCC is more pedantic than clang about warning when a function doesn't
handle undefined enum values (see GCC bug 87950).  Clang's warning
gives a more pragmatic coverage and should find any real bugs, so
disable the warning for GCC rather than adding __unreachable
annotations to appease GCC.

Reviewed by:	imp, emaste
Differential Revision:	https://reviews.freebsd.org/D34147
2022-02-14 11:48:47 -08:00
..
2022-02-05 19:23:51 +00:00
2022-02-05 19:23:51 +00:00
2022-01-19 09:58:13 +01:00
2022-02-14 11:48:47 -08:00
2021-09-07 10:21:09 +02:00