summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-03-02 12:13:04 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-03-02 12:13:04 +0100
commitd6960667b4ff120e6c70aadf490b82911bdd7030 (patch)
treedf4cded921e32b28a7d95eb596d0571a98dd9ecb
parent28f820c1a0d8bbe7705d6c43a7c5c4a98bef0cbd (diff)
-Werror,-Wimplicit-fallthrough
Change-Id: I7a3f7233018e76208f80e47eb176c2879e943e47
-rw-r--r--vcl/source/gdi/dibtools.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/gdi/dibtools.cxx b/vcl/source/gdi/dibtools.cxx
index 7218e8fdde14..4fa6cc668b09 100644
--- a/vcl/source/gdi/dibtools.cxx
+++ b/vcl/source/gdi/dibtools.cxx
@@ -876,6 +876,7 @@ bool ImplReadDIBBody( SvStream& rIStm, Bitmap& rBmp, AlphaMask* pBmpAlpha, sal_u
case RLE_4:
if (aHeader.nBitCount != 4)
return false;
+ break;
case BITFIELDS:
break;
case ZCOMPRESS: