mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-12-02 16:42:14 +00:00
get that message back in
This commit is contained in:
parent
ce8b595ff2
commit
06ff6eb054
1 changed files with 2 additions and 0 deletions
2
main.c
2
main.c
|
@ -340,6 +340,8 @@ static bool options_parse(int argc, char **argv) {
|
||||||
for (itr = 0; itr < COUNT_WARNINGS; ++itr) {
|
for (itr = 0; itr < COUNT_WARNINGS; ++itr) {
|
||||||
util_strtononcmd(opts_warn_list[itr].name, buffer, sizeof(buffer));
|
util_strtononcmd(opts_warn_list[itr].name, buffer, sizeof(buffer));
|
||||||
con_out(" -W%s\n", buffer);
|
con_out(" -W%s\n", buffer);
|
||||||
|
if (itr == WARN_DEBUG)
|
||||||
|
con_out(" Warnings included by -Wall:\n");
|
||||||
}
|
}
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue