]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Hygiene, use FALLTHROUGH instead of lint's @fallthrough@
authorSebastian Freundt <freundt@ga-group.nl>
Tue, 10 Jun 2014 11:20:08 +0000 (11:20 +0000)
committerSebastian Freundt <freundt@ga-group.nl>
Tue, 10 Jun 2014 11:20:08 +0000 (11:20 +0000)
libarchive/archive_read_support_format_warc.c

index 82ed3cc05f39784f93771ef701e123356b8b6394..acbfa442e7b474fd62075034dc53a687fea1292f 100644 (file)
@@ -310,7 +310,7 @@ start_over:
                        archive_entry_set_mtime(entry, mtime, 0L);
                        break;
                }
-               /*@fallthrough@*/
+               /* FALLTHROUGH */
        default:
                /* consume the content and start over */
                _warc_skip(a);
@@ -552,7 +552,7 @@ _warc_rdver(const char buf[static 10U], size_t bsz)
                                        break;
                                }
                        }
-                       /*@fallthrough@*/
+                       /* FALLTHROUGH */
                case '9':
                default:
                        /* just make the version ridiculously high */