Show duplicate attribute
Change-Id: I6e1e66012817178c167e7cb531811686cb2fec19
This commit is contained in:
@@ -293,6 +293,7 @@ namespace sax_fastparser {
|
||||
#ifdef DBG_UTIL
|
||||
// Well-formedness constraint: Unique Att Spec
|
||||
OString const nameId(getId(nToken));
|
||||
SAL_WARN_IF(DebugAttributes.find(nameId) != DebugAttributes.end(), "sax", "Duplicate attribute: " << nameId );
|
||||
assert(DebugAttributes.find(nameId) == DebugAttributes.end());
|
||||
DebugAttributes.insert(nameId);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user