diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/c.opt | 3 | ||||
-rw-r--r-- | gcc/doc/cppopts.texi | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 7 |
4 files changed, 10 insertions, 12 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1bf285e..62dfb36 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 @@ -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 diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi index 0cdfa1b..f1b6ebe 100644 --- a/gcc/doc/cppopts.texi +++ b/gcc/doc/cppopts.texi @@ -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 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 4c05203..842755d 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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 |