Fix implicit-fallthrough warnings in tst-setjmp.c

Paul Eggert eggert@cs.ucla.edu
Thu Feb 14 22:21:00 GMT 2019


On 2/14/19 2:03 PM, Joseph Myers wrote:
> -static void
> +static __attribute__ ((__noreturn__)) void

Shouldn't we use the more-standard _Noreturn for this sort of thing? 
cdefs.h defines _Noreturn for pre-C11 GCCs.



More information about the Libc-alpha mailing list