aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/rastertoql570.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rastertoql570.c b/src/rastertoql570.c
index dfa45bb..f2c3fa1 100644
--- a/src/rastertoql570.c
+++ b/src/rastertoql570.c
@@ -33,7 +33,7 @@
#include "rastertoql570.h"
int
-main(int argc, char** argv)
+main(__attribute__((unused)) int argc, __attribute__((unused)) char** argv)
{
// As per recommendation in the CUPS documentation
// TODO: use sigaction()