X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=doc%2Fmanywarnings.texi;h=cb2cf295ef6db27eeb71ea20dcef41f5b47e1aa0;hb=9b144e908f361bc95b309fd33bfa0bc09ae55cc7;hp=d3edf1fb524cb4894981e125772a246036b2f06d;hpb=810a708cfb57215694ff45d02c051ed8c0d91b50;p=gnulib.git diff --git a/doc/manywarnings.texi b/doc/manywarnings.texi index d3edf1fb5..cb2cf295e 100644 --- a/doc/manywarnings.texi +++ b/doc/manywarnings.texi @@ -18,7 +18,7 @@ nw="$nw -Wtraditional" # All compilers nowadays support ANSI C nw="$nw -Wconversion" # These warnings usually don't point to mistakes. nw="$nw -Wsign-conversion" # Likewise. # Enable all GCC warnings not in this list. -gl_MANYWARN_COMPLEMENT[warnings], [$warnings], [$nw]) +gl_MANYWARN_COMPLEMENT([warnings], [$warnings], [$nw]) for w in $warnings; do gl_WARN_ADD([$w]) done