From 89fe006ca421142bfba0969c140b633ad520832c Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Fri, 10 Jan 2014 22:23:09 +0200 Subject: [PATCH] cli: initialize quiet variable in compact Surprisingly there's no compiler warning! --- notmuch-compact.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notmuch-compact.c b/notmuch-compact.c index 8b820c0d..6c590938 100644 --- a/notmuch-compact.c +++ b/notmuch-compact.c @@ -32,7 +32,7 @@ notmuch_compact_command (notmuch_config_t *config, int argc, char *argv[]) const char *path = notmuch_config_get_database_path (config); const char *backup_path = NULL; notmuch_status_t ret; - notmuch_bool_t quiet; + notmuch_bool_t quiet = FALSE; int opt_index; notmuch_opt_desc_t options[] = { -- 2.43.0