summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_support_format_warc.c
diff options
context:
space:
mode:
authorSebastian Freundt <freundt@ga-group.nl>2014-06-10 11:20:08 +0000
committerSebastian Freundt <freundt@ga-group.nl>2014-06-10 11:20:08 +0000
commitdd1c7eebb55487587b7a0d6e63232aed40643b80 (patch)
treec013ef74f55a01384cbab14c35ff22e0e4ba039d /libarchive/archive_read_support_format_warc.c
parentb3cc3bcd93d7aa9724c38a7c8307a1376ad1f98c (diff)
downloadlibarchive-dd1c7eebb55487587b7a0d6e63232aed40643b80.tar.gz
Hygiene, use FALLTHROUGH instead of lint's @fallthrough@
Diffstat (limited to 'libarchive/archive_read_support_format_warc.c')
-rw-r--r--libarchive/archive_read_support_format_warc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libarchive/archive_read_support_format_warc.c b/libarchive/archive_read_support_format_warc.c
index 82ed3cc0..acbfa442 100644
--- a/libarchive/archive_read_support_format_warc.c
+++ b/libarchive/archive_read_support_format_warc.c
@@ -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 */