make rk_SOCK_EXIT a statment to avoid warnings
This commit is contained in:
@@ -92,7 +92,7 @@ typedef int rk_socket_t;
|
||||
#define rk_INVALID_SOCKET (-1)
|
||||
|
||||
#define rk_SOCK_INIT() 0
|
||||
#define rk_SOCK_EXIT() 0
|
||||
#define rk_SOCK_EXIT() do { } while(0)
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user