gcc/d/ChangeLog:
* d-diagnostic.cc (vwarning): Increment gaggedWarnings if warning
message was suppressed.
(vdeprecation): Likewise for deprecation messages.
d_diagnostic_report_diagnostic (loc, 0, format, ap, DK_WARNING, false);
}
+ else if (global.gag)
+ global.gaggedWarnings++;
}
/* Print supplementary message about the last warning with explicit location
DK_WARNING, false);
free (xformat);
}
+ else if (global.gag)
+ global.gaggedWarnings++;
}
/* Print supplementary message about the last deprecation with explicit