Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
a7b58f15
Commit
a7b58f15
authored
Apr 04, 2014
by
Matt Stancliff
Committed by
antirez
Nov 14, 2014
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
Changes
1
Show whitespace changes
Inline
Side-by-side
deps/lua/src/fpconv.h
View file @
a7b58f15
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment