mirror of
https://github.com/fluencelabs/redis
synced 2025-05-02 14:02:14 +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
56e1861398
commit
a7b58f1569
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 */
|
/* Do nothing - not required */
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
extern inline void fpconv_init();
|
extern void fpconv_init();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern int fpconv_g_fmt(char*, double, int);
|
extern int fpconv_g_fmt(char*, double, int);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user