Fix GCC 7 case fall through warnings
commit1b5c09e4c692e243239945be3cba3ec72ea1699f
authorErik de Castro Lopo <erikd@mega-nerd.com>
Mon, 26 Jun 2017 09:22:28 +0000 (26 19:22 +1000)
committerErik de Castro Lopo <erikd@mega-nerd.com>
Mon, 26 Jun 2017 09:22:31 +0000 (26 19:22 +1000)
tree85d135f251ca7f67e9acb3956ac8a2e20c0cc908
parented84746dcafbb305e382685c85819ccbc34d75f8
Fix GCC 7 case fall through warnings

GCC 7 warns about `case` statements which are not separated by a
`break` statement. This warning can be fixed by adding a comment.
src/libFLAC/bitreader.c
src/libFLAC/lpc.c
src/libFLAC/lpc_intrin_avx2.c
src/libFLAC/lpc_intrin_sse2.c
src/libFLAC/lpc_intrin_sse41.c