From 4e639015436ec69fc161da2eb061073701483680 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Mon, 16 Dec 2013 00:18:40 +0100 Subject: Quiet GCC warning about uninitialized variable * ddb/db_command.h (db_error): Mark with attribute noreturn. * i386/i386/setjmp.h (_longjmp): Likewise. --- i386/i386/setjmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i386') diff --git a/i386/i386/setjmp.h b/i386/i386/setjmp.h index 80f0f5f..930a9dd 100644 --- a/i386/i386/setjmp.h +++ b/i386/i386/setjmp.h @@ -35,6 +35,6 @@ typedef struct jmp_buf { extern int _setjmp(jmp_buf_t*); -extern void _longjmp(jmp_buf_t*, int); +extern void _longjmp(jmp_buf_t*, int) __attribute__ ((noreturn)); #endif /* _I386_SETJMP_H_ */ -- cgit v1.2.3