diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-12-05 22:13:17 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-12-05 22:13:17 +0000 |
commit | c0a49bd7c909b62d4dc2eeed229a5d64bb40bbd8 (patch) | |
tree | d4816ec61b2c9013a45e2d0b1f5cdc7060e5a9ab /gcc/gcc.1 | |
parent | 3362eaf2c701c5679e322ef7af5f14595aa0d952 (diff) | |
download | gcc-c0a49bd7c909b62d4dc2eeed229a5d64bb40bbd8.tar.gz |
release branch changes from 11-27 snapshot to egcs-1.0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16970 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.1')
-rw-r--r-- | gcc/gcc.1 | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/gcc/gcc.1 b/gcc/gcc.1 index b09c8b741e8..7e839815c2b 100644 --- a/gcc/gcc.1 +++ b/gcc/gcc.1 @@ -20,10 +20,10 @@ .if n .sp .if t .sp 0.4 .. -.Id $Id: gcc.1,v 1.4 1993/10/13 23:19:12 pesch Exp $ +.Id $Id: gcc.1,v 1.1.1.2 1997/11/02 08:40:04 law Exp $ .TH GCC 1 "\*(Dt" "GNU Tools" "GNU Tools" .SH NAME -gcc, g++ \- GNU project C and C++ Compiler (v2.7) +gcc, g++ \- GNU project C and C++ Compiler (egcs-1.0) .SH SYNOPSIS .B gcc .RI "[ " option " | " filename " ].\|.\|." @@ -190,6 +190,8 @@ in the following sections. \-Wformat .RI \-Wid\-clash\- len \-Wimplicit +\-Wimplicit\-int +\-Wimplicit\-function\-declaration \-Winline \-Wmain \-Wmissing\-prototypes @@ -1717,8 +1719,14 @@ An unsigned value is compared against zero with `\|\c \&\|'. .PP .TP +.B \-Wimplicit-int +Warn whenever a declaration does not specify a type. +.TP +.B \-Wimplicit-function-declaration +Warn whenever a function is used before being declared. +.TP .B \-Wimplicit -Warn whenever a function or parameter is implicitly declared. +Same as -Wimplicit-int and -Wimplicit-function-declaration. .TP .B \-Wmain Warn if the |