- complain_at (*loc, Wdeprecated,
- _("a ';' might be needed at the end of action code"));
- complain_at (*loc, Wdeprecated,
- _("future versions of Bison will not add the ';'"));
+ unsigned int indent = 0;
+ complain_indent (loc, Wdeprecated, &indent,
+ _("a ';' might be needed at the end of action code"));
+ indent += SUB_INDENT;
+ complain_indent (loc, Wdeprecated | silent, &indent,
+ _("future versions of Bison will not add the ';'"));