summaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
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>