Code adjustments to fix warnings.

Change-Id: Iba40752c6c5baaadc2a1b6a0fd03cbb0e3cde8a3
This commit is contained in:
Stefan Schindler 2015-01-05 22:23:16 +01:00
parent 896bd51b22
commit 92ca32b2f9
4 changed files with 7 additions and 18 deletions

View file

@ -201,7 +201,7 @@ int main()
while (running)
{
while (event = xcb_poll_for_event(xcbConnection))
while ((event = xcb_poll_for_event(xcbConnection)))
{
running = false;
}