提交 da18dd34 编写于 作者: M Matt Stancliff 提交者: antirez

Lua: remove new warning added by cjson header

clang doesn't like "extern inline" when no definition
is given right away.
上级 a9900ad3
......@@ -12,7 +12,7 @@ static inline void fpconv_init()
/* Do nothing - not required */
}
#else
extern inline void fpconv_init();
extern void fpconv_init();
#endif
extern int fpconv_g_fmt(char*, double, int);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册