diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-11-20 08:15:22 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-11-20 08:15:22 +0000 |
commit | b30a4fc9ee917f4547e3038fa64e6b5b189104b9 (patch) | |
tree | c800af3b9dab43ee9cd5c4851147733d4d9b1409 /ChangeLog | |
parent | remove funcname.c funcname1.h funcname2.h; autogenerated files (diff) | |
download | w3m-b30a4fc9ee917f4547e3038fa64e6b5b189104b9.tar.gz w3m-b30a4fc9ee917f4547e3038fa64e6b5b189104b9.zip |
remove gcc warnings
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2001-11-20 Fumitoshi UKAI <ukai@debian.or.jp> + * w3mhelperpanel.c (extractMailcapEntry): remove unused variables + * istream.c (StrISgets): add parentheses around assignment used + as truth value + * XMakefile (clean): remove funcname.c funcname1.h funcname2.h these are autogenerated files. * funcname.c funcname1.h funcname2.h: removed from CVS @@ -15,7 +19,7 @@ * ftp.c (ftp_escape_str ftp_restore_str): remove not used functions * indep.c (getescapechar): remove unused variable - * proto.h: add missin prototypes + * proto.h: add missing prototypes 2001-11-20 Kiyokazu SUTO <suto@ks-and-ks.ne.jp> |