From: Christoph Mallon Date: Mon, 15 Sep 2008 07:36:41 +0000 (+0000) Subject: Spell the option -Wdiv-by-zero, not -Wdiv_by_zero. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=c11735796c1b549c1c68fe3060b5247ec09c09dd;hp=abac9532e9b484698f8159f1c1b54ea99a4b17d9;p=cparser Spell the option -Wdiv-by-zero, not -Wdiv_by_zero. [r21955] --- diff --git a/warning.c b/warning.c index 954d2fc..3867718 100644 --- a/warning.c +++ b/warning.c @@ -120,7 +120,7 @@ void set_warning_opt(const char *const opt) OPT("conversion", conversion); OPT("declaration-after-statement", declaration_after_statement); OPT("deprecated-declarations", deprecated_declarations); - OPT("div_by_zero", div_by_zero); + OPT("div-by-zero", div_by_zero); OPT("empty-statement", empty_statement); OPT("error", s_are_errors); OPTX("extra") {