nsgmls: resolve coverity warnings related to uninitialed members in C++ classes

This commit is contained in:
Peter Howkins
2018-04-20 01:00:01 +01:00
parent 6e7e9d91e1
commit 3464e80165
25 changed files with 73 additions and 34 deletions

View File

@@ -64,7 +64,9 @@ Syntax::Syntax(const Sd &sd)
categoryTable_(otherCategory),
shuncharControls_(0),
multicode_(0),
markupScanTable_(MarkupScan::normal)
markupScanTable_(MarkupScan::normal),
namecaseGeneral_(false),
namecaseEntity_(false)
{
static const char lcletter[] = "abcdefghijklmnopqrstuvwxyz";
static const char ucletter[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";