Be explicit, so that code readers or static analyzers do not get confused. Warned-by: coverity
@@ -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);
@@ -632,6 +632,7 @@ dependencies_ok(struct pkginfo *pkg, struct pkginfo *removing,
case found_none:
anycannotfixbytrig = true;
ok = dep_check_halt;
case found_forced:
varbuf_add_str(aemsgs, " ");
varbuf_add_pkgbin_name(aemsgs, pkg, &pkg->installed, pnaw_nonambig);