Commit f793a95e by Jeff Law

Move -Wfloat-equal into the correct location.

From-SVN: r29732
parent 313bc2c2
...@@ -1389,9 +1389,6 @@ Warn when a declaration does not specify a type. ...@@ -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 Give a warning (or error) whenever a function is used before being
declared. declared.
@item -Wfloat-equal
Warn if floating point values are used in equality comparisons.
@item -Wimplicit @item -Wimplicit
Same as @samp{-Wimplicit-int} and @samp{-Wimplicit-function-}@* Same as @samp{-Wimplicit-int} and @samp{-Wimplicit-function-}@*
@samp{declaration}. @samp{declaration}.
...@@ -1647,6 +1644,9 @@ struct s x = @{ 3, 4 @}; ...@@ -1647,6 +1644,9 @@ struct s x = @{ 3, 4 @};
@end smallexample @end smallexample
@end itemize @end itemize
@item -Wfloat-equal
Warn if floating point values are used in equality comparisons.
@item -Wtraditional @item -Wtraditional
Warn about certain constructs that behave differently in traditional and Warn about certain constructs that behave differently in traditional and
ANSI C. ANSI C.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment