From 5d805a90e3a994e04e88235bcfae62f3a70e4bcd Mon Sep 17 00:00:00 2001 From: Detlef Riekenberg Date: Sun, 27 Jan 2019 17:32:11 +0100 Subject: [PATCH] tcc.c: Fix outdated help info for the std option the std option is no longer ignored -- bye bye ... Detlef Signed-off-by: Detlef Riekenberg --- tcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcc.c b/tcc.c index 2d4e1ea..a3cf5ad 100644 --- a/tcc.c +++ b/tcc.c @@ -93,7 +93,7 @@ static const char help2[] = " -print-search-dirs print search paths\n" " -dt with -run/-E: auto-define 'test_...' macros\n" "Ignored options:\n" - " --param -pedantic -pipe -s -std -traditional\n" + " --param -pedantic -pipe -s -traditional\n" "-W... warnings:\n" " all turn on some (*) warnings\n" " error stop after first warning\n"