From: Wolfgang Bumiller Date: Sun, 3 Feb 2013 23:28:35 +0000 (+0100) Subject: get that message back in X-Git-Tag: before-library~159 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=06ff6eb054b877642e66bac57ad858c5a176476a;p=xonotic%2Fgmqcc.git get that message back in --- diff --git a/main.c b/main.c index 526d4fe..5e4e8c1 100644 --- a/main.c +++ b/main.c @@ -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); }