From a336c7cd0c299645e2b6e16259de83b69303b16a Mon Sep 17 00:00:00 2001 From: Darkvater Date: Tue, 2 May 2006 13:30:13 +0000 Subject: [PATCH] (svn r4673) - Backport from trunk (r4468): Correct declaration of NORETURN for gcc --- stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdafx.h b/stdafx.h index e70215eca4..a8e7d644d8 100644 --- a/stdafx.h +++ b/stdafx.h @@ -61,7 +61,7 @@ // Stuff for GCC #if defined(__GNUC__) -# define NORETURN +# define NORETURN __attribute((noreturn)) # define FORCEINLINE inline # define CDECL //#include