[qfcc] Pass gcc's purity test

*sigh*
This commit is contained in:
Bill Currie 2020-03-03 10:59:01 +09:00
parent bb25057feb
commit c7cde5f409

View file

@ -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;