mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-01 06:00:45 +00:00
Fix a -Winline warning
This commit is contained in:
parent
a72e80a528
commit
29c7a0bfd8
1 changed files with 1 additions and 1 deletions
|
@ -600,7 +600,7 @@ static int ScanConstants(lua_State *L, boolean mathlib, const char *word)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline int getEnum(lua_State *L, boolean mathlib, const char *word)
|
FUNCINLINE static ATTRINLINE int getEnum(lua_State *L, boolean mathlib, const char *word)
|
||||||
{
|
{
|
||||||
fixed_t i;
|
fixed_t i;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue