From dd1c7eebb55487587b7a0d6e63232aed40643b80 Mon Sep 17 00:00:00 2001 From: Sebastian Freundt Date: Tue, 10 Jun 2014 11:20:08 +0000 Subject: [PATCH] Hygiene, use FALLTHROUGH instead of lint's @fallthrough@ --- libarchive/archive_read_support_format_warc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libarchive/archive_read_support_format_warc.c b/libarchive/archive_read_support_format_warc.c index 82ed3cc05..acbfa442e 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 */ -- 2.47.2