mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 12:43: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)
|
#if !defined(l_likely)
|
||||||
#define l_likely(x) x
|
#define l_likely(x) (x)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user