nsgmls: resolve coverity warnings related to uninitialed members in C++ classes
This commit is contained in:
@@ -1069,7 +1069,7 @@ AttributeList::AttributeList(const ConstPtr<AttributeDefinitionList> &def)
|
||||
}
|
||||
|
||||
AttributeList::AttributeList()
|
||||
: nSpec_(0), conref_(0)
|
||||
: nSpec_(0), conref_(0), nIdrefs_(0), nEntityNames_(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user