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

Merge branch 'public_next' into private

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