mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
Resolve some inlining issues in recent gcc.
This commit is contained in:
parent
bc2174d92b
commit
d3771dfeba
2 changed files with 2 additions and 2 deletions
|
@ -1149,7 +1149,7 @@ error:
|
|||
(long)(st - pr->pr_statements), op->opname);
|
||||
}
|
||||
|
||||
static inline void
|
||||
static void
|
||||
check_global_size (progs_t *pr, dstatement_t *st, opcode_t *op,
|
||||
unsigned short size, unsigned short operand)
|
||||
{
|
||||
|
|
|
@ -674,7 +674,7 @@ Cache_UnlinkLRU (cache_system_t * cs)
|
|||
cs->lru_prev = cs->lru_next = NULL;
|
||||
}
|
||||
|
||||
static inline void
|
||||
static void
|
||||
Cache_MakeLRU (cache_system_t * cs)
|
||||
{
|
||||
if (cs->lru_next || cs->lru_prev)
|
||||
|
|
Loading…
Reference in a new issue