[client] msg: make it clear we ignore the return for ll_shift

This commit is contained in:
Geoffrey McRae 2023-11-11 13:20:41 +11:00
parent a0f5907cb6
commit 0524980cb4

View File

@ -163,7 +163,7 @@ static int msg_render(void * udata, bool interactive, struct Rect * windowRects,
if (destroy)
{
ll_shift(l_msg.messages, NULL);
(void)ll_shift(l_msg.messages, NULL);
freeMsg(msg);
app_invalidateOverlay(false);
}