battleground.c: In function 'bg_reload':
battleground.c:878: warning: passing argument 2 of 'bg_team_db->destroy' from incompatible pointer type
battleground.c:878: note: expected 'DBApply' but argument is of type 'int (*)(union DBKey, void *, struct __va_list_tag *)'
battleground.c:879: warning: passing argument 2 of 'queue_db->destroy' from incompatible pointer type
battleground.c:879: note: expected 'DBApply' but argument is of type 'int (*)(union DBKey, void *, struct __va_list_tag *)'
battleground.c: In function 'do_final_battleground':
battleground.c:891: warning: passing argument 2 of 'queue_db->destroy' from incompatible pointer type
battleground.c:891: note: expected 'DBApply' but argument is of type 'int (*)(union DBKey, void *, struct __va_list_tag *)'
Question
wend
source:
Compilation (Debian):
At shutdown:
How to fix it?
Edited by wend2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.