Skip to content
Snippets Groups Projects
Commit 0f99fdad authored by Monster Iestyn's avatar Monster Iestyn
Browse files

Merge branch 'next' into lua-archive-crash-hotfixes

parents fa3998e9 82f2f2f2
No related branches found
No related tags found
2 merge requests!252OpenGL: Public flatsprite: The Fixening,!222Hotfix for "LUA PANIC" crash when joining a netgame
......@@ -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