From d3c76dc819e98a4e4e9348a5a2739f144a41a5d7 Mon Sep 17 00:00:00 2001 From: "Wolfgang (Blub) Bumiller" Date: Fri, 24 Aug 2012 23:18:44 +0200 Subject: [PATCH] forgot to put the -Werror in --help into the actual print parameter... --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index e91ce31..785d12e 100644 --- a/main.c +++ b/main.c @@ -72,7 +72,7 @@ static int usage() { " -std=gmqcc this compiler (default)\n"); printf(" -W enable a warning\n" " -Wno- disable a warning\n" - " -Wall enable all warnings\n"); + " -Wall enable all warnings\n" " -Werror treat warnings as errors\n"); printf(" -force-crc=num force a specific checksum into the header\n"); printf("\n"); -- 2.39.2