diff options
Diffstat (limited to 'infosatepg.cpp')
-rw-r--r-- | infosatepg.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/infosatepg.cpp b/infosatepg.cpp index 07a1aea..fd09db5 100644 --- a/infosatepg.cpp +++ b/infosatepg.cpp @@ -18,7 +18,11 @@ #include "setup.h" #include "process.h" +#if __GNUC__ > 3 #define UNUSED(v) UNUSED_ ## v __attribute__((unused)) +#else +#define UNUSED(x) x +#endif extern char *strcatrealloc(char *dest, const char *src); |