Commit a7b58f15 authored by Matt Stancliff's avatar Matt Stancliff Committed by antirez
Browse files

Lua: remove new warning added by cjson header

clang doesn't like "extern inline" when no definition
is given right away.
parent 56e18613
...@@ -12,7 +12,7 @@ static inline void fpconv_init() ...@@ -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);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment