summaryrefslogtreecommitdiff
path: root/codemaker/source/javamaker/javatype.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker/source/javamaker/javatype.cxx')
-rw-r--r--codemaker/source/javamaker/javatype.cxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/codemaker/source/javamaker/javatype.cxx b/codemaker/source/javamaker/javatype.cxx
index c39230a8fcb7..038cd328b7bd 100644
--- a/codemaker/source/javamaker/javatype.cxx
+++ b/codemaker/source/javamaker/javatype.cxx
@@ -21,6 +21,7 @@
#include <algorithm>
#include <cassert>
+#include <cstdlib>
#include <list>
#include <map>
#include <memory>
@@ -937,8 +938,7 @@ sal_uInt16 addFieldInit(
}
case codemaker::UnoType::Sort::Sequence:
case codemaker::UnoType::Sort::Typedef:
- assert(false); // this cannot happen
- // fall through
+ for (;;) std::abort(); // this cannot happen
default:
throw CannotDumpException(
"unexpected entity \"" + fieldType
@@ -1241,8 +1241,7 @@ sal_uInt16 addLoadLocal(
break;
case codemaker::UnoType::Sort::Sequence:
case codemaker::UnoType::Sort::Typedef:
- assert(false); // this cannot happen
- // fall through
+ for (;;) std::abort(); // this cannot happen
default:
throw CannotDumpException(
"unexpected entity \"" + type
@@ -1280,8 +1279,7 @@ sal_uInt16 addLoadLocal(
break;
case codemaker::UnoType::Sort::Sequence:
case codemaker::UnoType::Sort::Typedef:
- assert(false); // this cannot happen
- // fall through
+ for (;;) std::abort(); // this cannot happen
default:
throw CannotDumpException(
"unexpected entity \"" + type