From 06ff6eb054b877642e66bac57ad858c5a176476a Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 4 Feb 2013 00:28:35 +0100 Subject: [PATCH] get that message back in --- main.c | 2 ++ 1 file changed, 2 insertions(+) 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); } -- 2.39.2