|
Description
|
For message lists in adt.xml with long description, auditxml may produce adt_event.h with lines exceeding 80 characters thus generating unnecessary warnings in nightly build (hdrchk):
Symptom:
==== cstyle/hdrchk errors ====
common/adt_event.h: 69: line > 80 characters
common/adt_event.h: 70: line > 80 characters
common/adt_event.h: 72: line > 80 characters
common/adt_event.h: 73: line > 80 characters
common/adt_event.h: 74: line > 80 characters
common/adt_event.h: 76: line > 80 characters
common/adt_event.h: 77: line > 80 characters
common/adt_event.h: 80: line > 80 characters
|