diff options
-rw-r--r-- | src/configure.c | 1 | ||||
-rw-r--r-- | src/packages.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/configure.c b/src/configure.c index cc6caab68..1f852e6f4 100644 --- a/src/configure.c +++ b/src/configure.c @@ -504,6 +504,7 @@ deferred_configure_conffile(struct pkginfo *pkg, struct conffile *conff) case cfo_install: printf(_("Installing new version of config file %s ...\n"), usenode->name); + /* Fall through. */ case cfo_newconff: strcpy(cdr2rest, DPKGNEWEXT); trig_path_activate(usenode, pkg); diff --git a/src/packages.c b/src/packages.c index c063dcbee..5fc575218 100644 --- a/src/packages.c +++ b/src/packages.c @@ -632,6 +632,7 @@ dependencies_ok(struct pkginfo *pkg, struct pkginfo *removing, case found_none: anycannotfixbytrig = true; ok = dep_check_halt; + /* Fall through. */ case found_forced: varbuf_add_str(aemsgs, " "); varbuf_add_pkgbin_name(aemsgs, pkg, &pkg->installed, pnaw_nonambig); |