Variable ParserConfig.warningCount

An optional pointer to a variable receiving the warning count.

struct ParserConfig
{
  // ...
  uint* warningCount ;
  // ...
}