Commit c24d4112 by Tom Tromey Committed by Tom Tromey

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
parent 8c820735
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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
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