From 800fdfef53335279b99db9118f6b2972c957376b Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Thu, 8 Jul 2010 21:43:23 +0200 Subject: Corrected info/info.vdr will now be saved Added compatibility for GCC3.x --- plugin/status.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugin') diff --git a/plugin/status.h b/plugin/status.h index 909547f..75f39ff 100644 --- a/plugin/status.h +++ b/plugin/status.h @@ -10,7 +10,11 @@ #include #include "setup.h" +#if __GNUC__ > 3 #define UNUSED(v) UNUSED_ ## v __attribute__((unused)) +#else +#define UNUSED(x) x +#endif struct recs { -- cgit v1.2.3