diff options
Diffstat (limited to 'unoidl/source/unoidl-check.cxx')
-rw-r--r-- | unoidl/source/unoidl-check.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unoidl/source/unoidl-check.cxx b/unoidl/source/unoidl-check.cxx index cfd691a2f2e9..b2d57766f968 100644 --- a/unoidl/source/unoidl-check.cxx +++ b/unoidl/source/unoidl-check.cxx @@ -106,6 +106,7 @@ bool getArgument( if (delimiter == nullptr) { badUsage(); } + assert(delimiter && "badUsage exits otherwise"); *delimiter = true; return false; } |