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-01-03 08:00:08 -07:00
2020-11-24 21:45:38 +00:00
2022-01-13 15:59:47 +01:00
2019-11-20 21:06:29 +00:00
2020-04-30 22:08:40 +00:00
2022-02-14 11:48:47 -08:00
2019-11-21 18:14:26 +00:00
2022-01-03 08:00:08 -07:00
2019-11-21 19:54:10 +00:00
2020-11-24 21:45:38 +00:00