abort() should be marked __dead2 since it won't return.
This commit is contained in:
parent
7924e94cb8
commit
bd3d902d41
@ -348,7 +348,7 @@ extern ev_unsethook_t env_nounset; /* refuse unset operation */
|
||||
|
||||
/* stdlib.h routines */
|
||||
extern int abs(int a);
|
||||
extern void abort(void);
|
||||
extern void abort(void) __dead2;
|
||||
|
||||
/* BCD conversions (undocumented) */
|
||||
extern u_char const bcd2bin_data[];
|
||||
|
Loading…
Reference in New Issue
Block a user