gcc -Wall -Werror clean

* file.c (loadHTMLstream): unused variable `p'
* news.c (news_command): unused variable `c'
	(news_open): unused variable `tmp'
	(readNewsgroup): volatile page, qgroup, flag, start, end
			uninitialized variable `page'
* url.c (openURL): unused variable `fw', `r', `stream'
From: Fumitoshi UKAI  <ukai@debian.or.jp>
This commit is contained in:
Fumitoshi UKAI
2002-12-27 16:30:53 +00:00
parent a609f73aaa
commit 68d984ef99
4 changed files with 21 additions and 15 deletions

View File

@@ -1,3 +1,13 @@
2002-12-28 Fumitoshi UKAI <ukai@debian.or.jp>
* gcc -Wall -Werror clean
* file.c (loadHTMLstream): unused variable `p'
* news.c (news_command): unused variable `c'
(news_open): unused variable `tmp'
(readNewsgroup): volatile page, qgroup, flag, start, end
uninitialized variable `page'
* url.c (openURL): unused variable `fw', `r', `stream'
2002-12-28 Fumitoshi UKAI <ukai@debian.or.jp>
* rc: nntpserver, nntpmode, max_news
@@ -6143,4 +6153,4 @@ a * [w3m-dev 03276] compile error on EWS4800
* release-0-2-1
* import w3m-0.2.1
$Id: ChangeLog,v 1.653 2002/12/27 16:08:46 ukai Exp $
$Id: ChangeLog,v 1.654 2002/12/27 16:30:53 ukai Exp $