invoke.texi (-Wtabs): Swap -Wtabs/-Wno-tabs now that -Wtabs enables the warning.

2014-11-23  Tobias Burnus  <burnus@net-b.de>

        * invoke.texi (-Wtabs): Swap -Wtabs/-Wno-tabs now that
        -Wtabs enables the warning.

From-SVN: r217990
This commit is contained in:
Tobias Burnus 2014-11-23 23:02:38 +01:00 committed by Tobias Burnus
parent abf64717ad
commit 4b76ea71d1
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2014-11-23 Tobias Burnus <burnus@net-b.de>
* invoke.texi (-Wtabs): Swap -Wtabs/-Wno-tabs now that
-Wtabs enables the warning.
2014-11-23 Tobias Burnus <burnus@net-b.de> 2014-11-23 Tobias Burnus <burnus@net-b.de>
* error.c (gfc_diagnostic_build_prefix): Correct coloring * error.c (gfc_diagnostic_build_prefix): Correct coloring

View File

@ -875,10 +875,10 @@ A @code{CHARACTER} variable is declared with negative length.
@cindex tabulators @cindex tabulators
By default, tabs are accepted as whitespace, but tabs are not members By default, tabs are accepted as whitespace, but tabs are not members
of the Fortran Character Set. For continuation lines, a tab followed of the Fortran Character Set. For continuation lines, a tab followed
by a digit between 1 and 9 is supported. @option{-Wno-tabs} will cause by a digit between 1 and 9 is supported. @option{-Wtabs} will cause
a warning to be issued if a tab is encountered. Note, @option{-Wno-tabs} a warning to be issued if a tab is encountered. Note, @option{-Wtabs}
is active for @option{-pedantic}, @option{-std=f95}, @option{-std=f2003}, is active for @option{-pedantic}, @option{-std=f95}, @option{-std=f2003},
@option{-std=f2008} and @option{-Wall}. @option{-std=f2008}, @option{-std=f2008ts} and @option{-Wall}.
@item -Wunderflow @item -Wunderflow
@opindex @code{Wunderflow} @opindex @code{Wunderflow}