From 1d088b04027ec4d0058c89203350bdca6d28cc3f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 10 Jul 2014 11:37:40 +0100 Subject: coverity#1224980 Missing break in switch Change-Id: I17379f596fd8b48bd1015538eacc5265cfa83a82 --- unoidl/source/unoidl-check.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'unoidl') diff --git a/unoidl/source/unoidl-check.cxx b/unoidl/source/unoidl-check.cxx index 3cf9bcc6b6d3..137d9503c55d 100644 --- a/unoidl/source/unoidl-check.cxx +++ b/unoidl/source/unoidl-check.cxx @@ -194,6 +194,7 @@ void checkMap( switch (entA->getSort()) { case unoidl::Entity::SORT_MODULE: assert(false && "this cannot happen"); + //deliberate fall-through anyway case unoidl::Entity::SORT_ENUM_TYPE: { rtl::Reference ent2A( -- cgit