mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
[qfcc] Pass gcc's purity test
*sigh*
This commit is contained in:
parent
bb25057feb
commit
c7cde5f409
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ new_methodlist (void)
|
||||||
return l;
|
return l;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int __attribute__((pure))
|
||||||
method_in_list (methodlist_t *method_list, method_t *method)
|
method_in_list (methodlist_t *method_list, method_t *method)
|
||||||
{
|
{
|
||||||
method_t *m;
|
method_t *m;
|
||||||
|
|
Loading…
Reference in a new issue