mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 00:52:38 +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
a9900ad38e
commit
da18dd34a2
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…
Reference in New Issue
Block a user