diff options
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins/common.h b/plugins/common.h index b49ad94..f135838 100644 --- a/plugins/common.h +++ b/plugins/common.h | |||
@@ -208,9 +208,9 @@ enum { | |||
208 | # define bindtextdomain(Domainname, Dirname) /* empty */ | 208 | # define bindtextdomain(Domainname, Dirname) /* empty */ |
209 | #endif | 209 | #endif |
210 | 210 | ||
211 | /* For non-GNU/non-clang compilers to ignore __attribute__ */ | 211 | /* For non-GNU compilers to ignore __attribute__ */ |
212 | #if !defined(__GNUC__) && !defined(__CLANG__) | 212 | #ifndef __GNUC__ |
213 | # define __attribute__(noreturn) /* do nothing */ | 213 | # define __attribute__(x) /* do nothing */ |
214 | #endif | 214 | #endif |
215 | 215 | ||
216 | #endif /* _COMMON_H_ */ | 216 | #endif /* _COMMON_H_ */ |