mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
build: fix some new warnings
/opensource/libevent/sample/ws-chat-server.c:253:1: warning: control reaches end of non-void function [-Wreturn-type] } ^
This commit is contained in:
parent
283a371f51
commit
1418e793ad
@ -250,4 +250,6 @@ main(int argc, char **argv)
|
||||
event_free(sig_int);
|
||||
event_base_free(base);
|
||||
libevent_global_shutdown();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user