Commit da667743 by Ralf Wildenhues Committed by Ralf Wildenhues

Fix check_warning_flags warnings.

gcc/:
	* c.opt (Wjump-misses-init): Fix typo to enable for ObjC.
	* doc/invoke.texi (Warning Options): Annotate allowed languages
	for -Wunsuffixed-float-constants.

From-SVN: r152469
parent 4a24ddb9
2009-10-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* c.opt (Wjump-misses-init): Fix typo to enable for ObjC.
* doc/invoke.texi (Warning Options): Annotate allowed languages
for -Wunsuffixed-float-constants.
2009-10-05 Jakub Jelinek <jakub@redhat.com> 2009-10-05 Jakub Jelinek <jakub@redhat.com>
* dwarf2out.c (modified_type_die): Don't add DW_AT_name to * dwarf2out.c (modified_type_die): Don't add DW_AT_name to
...@@ -285,7 +285,7 @@ C ObjC C++ ObjC++ Warning ...@@ -285,7 +285,7 @@ C ObjC C++ ObjC++ Warning
Warn about PCH files that are found but not used Warn about PCH files that are found but not used
Wjump-misses-init Wjump-misses-init
C Objc Var(warn_jump_misses_init) Init(-1) Warning C ObjC Var(warn_jump_misses_init) Init(-1) Warning
Warn when a jump misses a variable initialization Warn when a jump misses a variable initialization
Wlogical-op Wlogical-op
......
...@@ -4315,7 +4315,7 @@ minimum maximum, so we do not diagnose overlength strings in C++@. ...@@ -4315,7 +4315,7 @@ minimum maximum, so we do not diagnose overlength strings in C++@.
This option is implied by @option{-pedantic}, and can be disabled with This option is implied by @option{-pedantic}, and can be disabled with
@option{-Wno-overlength-strings}. @option{-Wno-overlength-strings}.
@item -Wunsuffixed-float-constants @item -Wunsuffixed-float-constants @r{(C and Objective-C only)}
@opindex Wunsuffixed-float-constants @opindex Wunsuffixed-float-constants
GCC will issue a warning for any floating constant that does not have GCC will issue a warning for any floating constant that does not have
......
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