diff --git a/util/stripbs.c b/util/stripbs.c index 49802ade0..fbe8316c6 100644 --- a/util/stripbs.c +++ b/util/stripbs.c @@ -12,7 +12,13 @@ #include #include -int main(int argc, char *argv[]) +#if defined(__GNUC__) +#define UNUSED __attribute__((unused)) +#else +#define UNUSED +#endif + +int main(int argc UNUSED, char *argv[] UNUSED) { int stop = 0, trouble = 0; char buf[2];