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
a7fbd433f3
commit
d0564a032c
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