mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
cli: initialize quiet variable in compact
Surprisingly there's no compiler warning!
This commit is contained in:
parent
a755c9d6a9
commit
89fe006ca4
1 changed files with 1 additions and 1 deletions
|
@ -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[] = {
|
||||
|
|
Loading…
Reference in a new issue