Code adjustments to fix warnings.
Change-Id: Iba40752c6c5baaadc2a1b6a0fd03cbb0e3cde8a3
This commit is contained in:
parent
896bd51b22
commit
92ca32b2f9
4 changed files with 7 additions and 18 deletions
|
@ -201,7 +201,7 @@ int main()
|
|||
|
||||
while (running)
|
||||
{
|
||||
while (event = xcb_poll_for_event(xcbConnection))
|
||||
while ((event = xcb_poll_for_event(xcbConnection)))
|
||||
{
|
||||
running = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue