]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/fb-param.c
Build: Silenced few -Wimplicit-fallthrough warnings.
[libucw.git] / ucw / fb-param.c
index 3bc5a97301fb4b0531c4024fcb9823bd33bfcf20..3aa202175eae67a030893d9ed549b135d878a581 100644 (file)
@@ -161,6 +161,7 @@ bclose_file_helper(struct fastbuf *f, int fd, int is_temp_file)
     case 1:
       if (unlink(f->name) < 0)
        msg(L_ERROR, "unlink(%s): %m", f->name);
+      /* fall-thru */
     case 0:
       if (close(fd))
        msg(L_ERROR, "close(%s): %m", f->name);