1--- mtools/sysincludes.h.orig 2017-04-01 20:59:46.083196540 +0100
2+++ mtools/sysincludes.h 2017-04-01 20:59:12.855030456 +0100
3@@ -103,7 +103,7 @@
4 # define PACKED __attribute__ ((packed))
5 # if __GNUC__ == 2 && __GNUC_MINOR__ > 6 || __GNUC__ >= 3
6 /* gcc 2.6.3 doesn't have "unused" */ /* mool */
7-# define UNUSED(x) x __attribute__ ((unused));x
8+# define UNUSED(x) x
9 # define UNUSEDP __attribute__ ((unused))
10 # else
11 # define UNUSED(x) x