diff options
Diffstat (limited to 'filter.cpp')
-rw-r--r-- | filter.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,7 +13,11 @@ #undef WRITE_RAW +#if __GNUC__ > 3 #define UNUSED(v) UNUSED_ ## v __attribute__((unused)) +#else +#define UNUSED(x) x +#endif cFilterInfosatepg::cFilterInfosatepg(cGlobalInfosatepg *Global) { |