aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-11-20 08:15:22 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-11-20 08:15:22 +0000
commitb30a4fc9ee917f4547e3038fa64e6b5b189104b9 (patch)
treec800af3b9dab43ee9cd5c4851147733d4d9b1409 /ChangeLog
parentremove funcname.c funcname1.h funcname2.h; autogenerated files (diff)
downloadw3m-b30a4fc9ee917f4547e3038fa64e6b5b189104b9.tar.gz
w3m-b30a4fc9ee917f4547e3038fa64e6b5b189104b9.zip
remove gcc warnings
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 12b817e..dddb20a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>