Enable more compiler warnings and treat them as errors.
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ using CrashHandler::DebugBreak;
|
||||
#include "archutils/Unix/CrashHandler.h"
|
||||
#endif
|
||||
|
||||
void NORETURN sm_crash( const char *reason )
|
||||
void SM_NORETURN sm_crash( const char *reason )
|
||||
{
|
||||
#if ( defined(_WINDOWS) && defined(CRASH_HANDLER) ) || defined(MACOSX) || defined(_XDBG)
|
||||
/* If we're being debugged, throw a debug break so it'll suspend the process. */
|
||||
|
||||
Reference in New Issue
Block a user