mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-27 04:59:33 +00:00
evsbench.c: avoid 1 warning
* test/evsbench.c (sigintr_handler): Mark as "noreturn". git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1971 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
d7492c55da
commit
a2d9895dff
@ -161,6 +161,7 @@ void sigalrm_handler (int num)
|
||||
alarm_notice = 1;
|
||||
}
|
||||
|
||||
void sigintr_handler (int num) __attribute__((__noreturn__));
|
||||
void sigintr_handler (int num)
|
||||
{
|
||||
exit (1);
|
||||
|
Loading…
Reference in New Issue
Block a user