mirror of
https://github.com/fluencelabs/redis
synced 2025-05-01 05:22:13 +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:
parent
546db94c09
commit
aa1a0d6f17
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user