summaryrefslogtreecommitdiff
path: root/filter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'filter.cpp')
-rw-r--r--filter.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/filter.cpp b/filter.cpp
index c1e288d..1f378d5 100644
--- a/filter.cpp
+++ b/filter.cpp
@@ -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)
{