invoke.texi (Warning Options): Document -Walways-true being enabled by -Wall.
* doc/invoke.texi (Warning Options): Document -Walways-true being enabled by -Wall. From-SVN: r108599
This commit is contained in:
parent
4a73d8657b
commit
032371611e
@ -1,3 +1,8 @@
|
||||
2005-12-16 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* doc/invoke.texi (Warning Options): Document -Walways-true being
|
||||
enabled by -Wall.
|
||||
|
||||
2005-12-15 Joseph S. Myers <joseph@codesourcery.com>
|
||||
|
||||
PR other/25028
|
||||
|
@ -3114,8 +3114,9 @@ a warning.)
|
||||
|
||||
@item -Walways-true
|
||||
@opindex Walways-true
|
||||
Warn about comparisons which are always true such as testing if unsigned
|
||||
values are greater than zero.
|
||||
Warn about comparisons which are always true such as testing if
|
||||
unsigned values are greater than or equal to zero. This warning is
|
||||
enabled by @option{-Wall}.
|
||||
|
||||
@item -Wno-attributes
|
||||
@opindex Wno-attributes
|
||||
|
Loading…
Reference in New Issue
Block a user