(svn r4468) -Fix: (FS#45) correct declaration of NORETURN for gcc (egladil)
authorcelestar
Tue, 18 Apr 2006 13:55:11 +0000
changeset 3582 4b0582b6e400
parent 3581 2f89648cf9d2
child 3583 6873a46cdf47
(svn r4468) -Fix: (FS#45) correct declaration of NORETURN for gcc (egladil)
stdafx.h
--- a/stdafx.h	Tue Apr 18 13:16:00 2006 +0000
+++ b/stdafx.h	Tue Apr 18 13:55:11 2006 +0000
@@ -68,7 +68,7 @@
 
 // Stuff for GCC
 #if defined(__GNUC__)
-# define NORETURN
+# define NORETURN              __attribute((noreturn))
 # define FORCEINLINE inline
 # define CDECL
 //#include <alloca.h>