(svn r4468) -Fix: (FS#45) correct declaration of NORETURN for gcc (egladil)
authorcelestar
Tue, 18 Apr 2006 13:55:11 +0000
changeset 3582 f4efb79ca326
parent 3581 e7bbb67ffc00
child 3583 453676c741e0
(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>