mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
Fix warnings in compilation of regress.c.
svn:r1281
This commit is contained in:
parent
23967f73a2
commit
a276fa5155
@ -822,7 +822,7 @@ out:
|
||||
return;
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
signal_cb_swp(int sig, short event, void *arg)
|
||||
{
|
||||
called++;
|
||||
@ -831,7 +831,7 @@ signal_cb_swp(int sig, short event, void *arg)
|
||||
else
|
||||
event_loopexit(NULL);
|
||||
}
|
||||
void
|
||||
static void
|
||||
timeout_cb_swp(int fd, short event, void *arg)
|
||||
{
|
||||
if (called == -1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user