8196988: Resolve disabled warnings for libjimage

Fixed warnings related to implicit-fallthrough gcc option

Reviewed-by: psandoz, mchung
This commit is contained in:
Srinivas Dama 2018-06-18 08:07:15 +05:30
parent b026102163
commit 643f255fa8
2 changed files with 1 additions and 1 deletions

View file

@ -322,6 +322,7 @@ void SharedStringDecompressor::decompress_resource(u1* data,
{
i++;
}
/* fall through */
default:
{
*uncompressed_resource = tag;