diff options
Diffstat (limited to 'automake.texi')
-rw-r--r-- | automake.texi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/automake.texi b/automake.texi index 2d3db524b..57655c110 100644 --- a/automake.texi +++ b/automake.texi @@ -1040,12 +1040,12 @@ warnings related to the GNU Coding Standards (@pxref{Top, , , standards, The GNU Coding Standards}). @item obsolete obsolete features or constructions -@item unsupported -unsupported or incomplete features -@item unused -unused variables @item portability portability issues (e.g., use of Make features which are known not portable) +@item syntax +weird syntax, unused variables, typos +@item unsupported +unsupported or incomplete features @item all all the warnings @item none @@ -1055,11 +1055,11 @@ treat warnings as errors @end table A category can be turned off by prefixing its name with @samp{no-}. For -instance @samp{-Wno-unused} will hide the warnings about unused +instance @samp{-Wno-syntax} will hide the warnings about unused variables. -The categories output by default are @samp{unsupported} and -@samp{unused}. Additionally, @samp{gnu} is enabled in @samp{--gnu} and +The categories output by default are @samp{syntax} and +@samp{unsupported}. Additionally, @samp{gnu} is enabled in @samp{--gnu} and @samp{--gnits} strictness. @samp{portability} warnings are currently disabled by default, but they |