Disable compile error: statement with no effect
This commit is contained in:
parent
4dd8ada592
commit
7c00fc3d9d
1 changed files with 3 additions and 3 deletions
6
lib/private-libwebsockets.h
Normal file → Executable file
6
lib/private-libwebsockets.h
Normal file → Executable file
|
@ -459,10 +459,10 @@ lws_libev_run(struct libwebsocket_context *context);
|
|||
#define LWS_LIBEV_ENABLED(context) (0)
|
||||
#define lws_feature_status_libev(_a) \
|
||||
lwsl_notice("libev support not compiled in\n")
|
||||
#define lws_libev_accept(_a, _b, _c)
|
||||
#define lws_libev_io(_a, _b, _c)
|
||||
#define lws_libev_accept(_a, _b, _c) ((void) 0)
|
||||
#define lws_libev_io(_a, _b, _c) ((void) 0)
|
||||
#define lws_libev_init_fd_table(_a) (0)
|
||||
#define lws_libev_run(_a)
|
||||
#define lws_libev_run(_a) ((void) 0)
|
||||
#endif
|
||||
|
||||
#ifdef LWS_USE_IPV6
|
||||
|
|
Loading…
Add table
Reference in a new issue