lib/xz: Add fall-through comments to a switch statement
authorLasse Collin <lasse.collin@tukaani.org>
Wed, 3 May 2017 16:00:39 +0000 (19:00 +0300)
committerJiri Kosina <jkosina@suse.cz>
Thu, 12 Oct 2017 13:10:12 +0000 (15:10 +0200)
commit5a244f48ecbbd03a11eb84819c5c599db81823ee
treeff10adbcb7cc2677570de9f610716732e37228bf
parentff5abbe799e29099695cb8b5b2f198dd8b8bdf26
lib/xz: Add fall-through comments to a switch statement

It's good style. I was also told that GCC 7 is more strict and might
give a warning when such comments are missing.

Signed-off-by: Lasse Collin <lasse.collin@tukaani.org>
Suggested-by: Andrei Borzenkov <arvidjaar@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
lib/xz/xz_dec_stream.c