cli: initialize quiet variable in compact

Surprisingly there's no compiler warning!
This commit is contained in:
Jani Nikula 2014-01-10 22:23:09 +02:00 committed by David Bremner
parent a755c9d6a9
commit 89fe006ca4

View file

@ -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[] = {