summaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2006-04-18 13:55:11 +0000
committercelestar <celestar@openttd.org>2006-04-18 13:55:11 +0000
commit9dbe6fdda644b93ba54707549a3f4a489a812e4f (patch)
tree6fbb5b8e2abde7de6b6158ada60568adfbd2d6c4 /stdafx.h
parentb5fa656a30886b95ab98d56bc856f315535addcf (diff)
downloadopenttd-9dbe6fdda644b93ba54707549a3f4a489a812e4f.tar.xz
(svn r4468) -Fix: (FS#45) correct declaration of NORETURN for gcc (egladil)
Diffstat (limited to 'stdafx.h')
-rw-r--r--stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdafx.h b/stdafx.h
index fe896853d..21444ef70 100644
--- a/stdafx.h
+++ b/stdafx.h
@@ -68,7 +68,7 @@
// Stuff for GCC
#if defined(__GNUC__)
-# define NORETURN
+# define NORETURN __attribute((noreturn))
# define FORCEINLINE inline
# define CDECL
//#include <alloca.h>