diff options
author | Tom Tromey <tromey@redhat.com> | 2008-05-22 00:26:36 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2008-05-22 00:26:36 +0000 |
commit | c24d4112dd6b4f19cdc43fc99aa0fefe03efa13f (patch) | |
tree | e451e0519a08618591832d3acfc68438ea96d329 /gcc/c.opt | |
parent | 8c8207357e80ea790a24397527b8bd4640343bb8 (diff) | |
download | gcc-c24d4112dd6b4f19cdc43fc99aa0fefe03efa13f.zip gcc-c24d4112dd6b4f19cdc43fc99aa0fefe03efa13f.tar.gz gcc-c24d4112dd6b4f19cdc43fc99aa0fefe03efa13f.tar.bz2 |
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
Diffstat (limited to 'gcc/c.opt')
-rw-r--r-- | gcc/c.opt | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |