aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 2f85c44..955e990 100644
--- a/src/main.c
+++ b/src/main.c
@@ -422,8 +422,8 @@ static void ftag_query(int argc, char **argv)
ftag_query_usage();
exit(EXIT_FAILURE);
}
- char *after_date;
- char *before_date;
+ char *after_date __attribute__((unused));
+ char *before_date __attribute__((unused));
char **tags;
int tag_count = 0;
while (argc > 0) {