get that message back in

This commit is contained in:
Wolfgang Bumiller 2013-02-04 00:28:35 +01:00
parent ce8b595ff2
commit 06ff6eb054

2
main.c
View file

@ -340,6 +340,8 @@ static bool options_parse(int argc, char **argv) {
for (itr = 0; itr < COUNT_WARNINGS; ++itr) {
util_strtononcmd(opts_warn_list[itr].name, buffer, sizeof(buffer));
con_out(" -W%s\n", buffer);
if (itr == WARN_DEBUG)
con_out(" Warnings included by -Wall:\n");
}
exit(0);
}