mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-15 05:19:34 +08:00
Move -Wfloat-equal into the correct location.
From-SVN: r29732
This commit is contained in:
parent
313bc2c262
commit
f793a95e2e
@ -1389,9 +1389,6 @@ Warn when a declaration does not specify a type.
|
||||
Give a warning (or error) whenever a function is used before being
|
||||
declared.
|
||||
|
||||
@item -Wfloat-equal
|
||||
Warn if floating point values are used in equality comparisons.
|
||||
|
||||
@item -Wimplicit
|
||||
Same as @samp{-Wimplicit-int} and @samp{-Wimplicit-function-}@*
|
||||
@samp{declaration}.
|
||||
@ -1647,6 +1644,9 @@ struct s x = @{ 3, 4 @};
|
||||
@end smallexample
|
||||
@end itemize
|
||||
|
||||
@item -Wfloat-equal
|
||||
Warn if floating point values are used in equality comparisons.
|
||||
|
||||
@item -Wtraditional
|
||||
Warn about certain constructs that behave differently in traditional and
|
||||
ANSI C.
|
||||
|
Loading…
Reference in New Issue
Block a user