mirror of
https://github.com/fluencelabs/redis
synced 2025-06-19 12:11:21 +00:00
Lua: remove new warning added by cjson header
clang doesn't like "extern inline" when no definition is given right away.
This commit is contained in:
2
deps/lua/src/fpconv.h
vendored
2
deps/lua/src/fpconv.h
vendored
@ -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);
|
||||
|
Reference in New Issue
Block a user