Skip to content
Snippets Groups Projects
Commit 82f2f2f2 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

SDL: disable check for noreturn

parent 1ab52734
No related branches found
No related tags found
No related merge requests found
...@@ -103,6 +103,10 @@ static inline VOID MakeCodeWritable(VOID) ...@@ -103,6 +103,10 @@ static inline VOID MakeCodeWritable(VOID)
\return int \return int
*/ */
#if defined (__GNUC__) && (__GNUC__ >= 4)
#pragma GCC diagnostic ignored "-Wmissing-noreturn"
#endif
#ifdef FORCESDLMAIN #ifdef FORCESDLMAIN
int SDL_main(int argc, char **argv) int SDL_main(int argc, char **argv)
#else #else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment