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