diff options
Diffstat (limited to 'gcc/java/gcj.texi')
-rw-r--r-- | gcc/java/gcj.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi index 7d5b8d9..8496024 100644 --- a/gcc/java/gcj.texi +++ b/gcc/java/gcj.texi @@ -341,6 +341,9 @@ This option will cause @command{gcj} not to warn when a source file is newer than its matching class file. By default @command{gcj} will warn about this. +@item -Wno-deprecated +Warn if a deprecated class, method, or field is referred to. + @item -Wunused This is the same as @command{gcc}'s @code{-Wunused}. |