diff config.h.bot @ 2428:6979248bf0d3

[project @ 1996-10-25 06:26:19 by jwe]
author jwe
date Fri, 25 Oct 1996 06:27:38 +0000
parents 6bea009cdae2
children 6577af9f7504
line wrap: on
line diff
--- a/config.h.bot
+++ b/config.h.bot
@@ -1,8 +1,10 @@
 
 #if defined __GNUC__
 #define NORETURN __attribute__ ((__noreturn__))
+#define GCC_ATTRIBUTE_UNUSED __attribute__ ((__unused__))
 #else
 #define NORETURN
+#define GCC_ATTRIBUTE_UNUSED
 #endif
 
 #define STATIC_CAST(T, E) (T) (E)