diff options
Diffstat (limited to 'test/setjmp/jmpbug.c')
-rw-r--r-- | test/setjmp/jmpbug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/setjmp/jmpbug.c b/test/setjmp/jmpbug.c index 4337e527a..da087a724 100644 --- a/test/setjmp/jmpbug.c +++ b/test/setjmp/jmpbug.c @@ -7,6 +7,7 @@ int ret; int verbose; +__attribute__ ((__noreturn__)) static void sub5 (jmp_buf buf) { |