From 336a75491e277a30e8d2ff45c55eb1aa7bc1e17a Mon Sep 17 00:00:00 2001 From: Sylvain Becker Date: Sat, 19 Oct 2019 09:23:40 +0200 Subject: [PATCH] remove warning prototype SDL_ExitProcess() --- src/SDL.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SDL.c b/src/SDL.c index 7515a3029..2596d5561 100644 --- a/src/SDL.c +++ b/src/SDL.c @@ -56,6 +56,7 @@ extern int SDL_HelperWindowDestroy(void); /* This is not declared in any header, although it is shared between some parts of SDL, because we don't want anything calling it without an extremely good reason. */ +extern SDL_NORETURN void SDL_ExitProcess(const int exitcode); SDL_NORETURN void SDL_ExitProcess(const int exitcode) { #ifdef __WIN32__