mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
avoid warnings
This commit is contained in:
@@ -125,7 +125,7 @@ LUALIB_API void (luaL_requiref) (lua_State *L, const char *modname,
|
||||
*/
|
||||
|
||||
#if !defined(l_likely)
|
||||
#define l_likely(x) x
|
||||
#define l_likely(x) (x)
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user