diff options
| -rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) { |
