c.opt (Wimport): Mark as undocumented.

* c.opt (Wimport): Mark as undocumented.
	* doc/invoke.texi (Option Summary): Don't mention -Wimport or
	-Wno-import.
	(Warning Options): Likewise.
	* doc/cppopts.texi: Don't mention -Wimport.

From-SVN: r135747
This commit is contained in:
Tom Tromey 2008-05-22 00:26:36 +00:00 committed by Tom Tromey
parent 8c8207357e
commit c24d4112dd
4 changed files with 10 additions and 12 deletions

View File

@ -1,3 +1,11 @@
2008-05-21 Tom Tromey <tromey@redhat.com>
* c.opt (Wimport): Mark as undocumented.
* doc/invoke.texi (Option Summary): Don't mention -Wimport or
-Wno-import.
(Warning Options): Likewise.
* doc/cppopts.texi: Don't mention -Wimport.
2008-05-21 Sebastian Pop <sebastian.pop@amd.com>
PR tree-optimization/36287

View File

@ -258,8 +258,7 @@ C ObjC Var(warn_implicit_int) Warning
Warn when a declaration does not specify a type
Wimport
C ObjC C++ ObjC++
Deprecated. This switch has no effect
C ObjC C++ ObjC++ Undocumented
Wint-to-pointer-cast
C ObjC Var(warn_int_to_pointer_cast) Init(1) Warning

View File

@ -115,10 +115,6 @@ equivalent, and problematic constructs which should be avoided.
@xref{Traditional Mode}.
@end ifset
@item -Wimport
@opindex Wimport
Warn the first time @samp{#import} is used.
@item -Wundef
@opindex Wundef
Warn whenever an identifier which is not a macro is encountered in an

View File

@ -239,7 +239,7 @@ Objective-C and Objective-C++ Dialects}.
-Wformat-security -Wformat-y2k @gol
-Wframe-larger-than=@var{len} -Wignored-qualifiers @gol
-Wimplicit -Wimplicit-function-declaration -Wimplicit-int @gol
-Wimport -Wno-import -Winit-self -Winline @gol
-Winit-self -Winline @gol
-Wno-int-to-pointer-cast -Wno-invalid-offsetof @gol
-Winvalid-pch -Wlarger-than=@var{len} -Wunsafe-loop-optimizations @gol
-Wlogical-op -Wlong-long @gol
@ -2765,11 +2765,6 @@ constructor.
@end itemize
@item -Wno-import
@opindex Wno-import
@opindex Wimport
Inhibit warning messages about the use of @samp{#import}.
@item -Wchar-subscripts
@opindex Wchar-subscripts
@opindex Wno-char-subscripts