mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[client] msg: make it clear we ignore the return for ll_shift
This commit is contained in:
parent
a0f5907cb6
commit
0524980cb4
@ -163,7 +163,7 @@ static int msg_render(void * udata, bool interactive, struct Rect * windowRects,
|
|||||||
|
|
||||||
if (destroy)
|
if (destroy)
|
||||||
{
|
{
|
||||||
ll_shift(l_msg.messages, NULL);
|
(void)ll_shift(l_msg.messages, NULL);
|
||||||
freeMsg(msg);
|
freeMsg(msg);
|
||||||
app_invalidateOverlay(false);
|
app_invalidateOverlay(false);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user