SAGE: fixed unused function warning

This commit is contained in:
Martin Pulec
2015-09-28 14:08:55 +02:00
parent 3e0d06f259
commit 2aa8e8d377

View File

@@ -121,7 +121,7 @@ static void display_sage_run(void *arg)
s->magic = MAGIC_SAGE;
while (!s->should_exit) {
//display_sage_handle_events();
display_sage_handle_events();
sem_wait(&s->semaphore);
if (s->should_exit)