From: just nine Date: Wed, 14 Apr 2021 22:17:33 +0000 (+0100) Subject: squash silly warning X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e43b2b5a534ab88a1a1c709bf617b32da0a633f7;p=pistorm squash silly warning --- diff --git a/emulator.c b/emulator.c index 1174bd0..9c9af66 100644 --- a/emulator.c +++ b/emulator.c @@ -264,6 +264,7 @@ cpu_loop: stop_cpu_emulation: printf("[CPU] End of CPU thread\n"); + return (void *)NULL; } void *keyboard_task() {