From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/44434 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Compile warnings Date: Sat, 27 Apr 2002 13:53:40 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: <2nadrpqb8b.fsf@zsh.cs.rochester.edu> References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1019930073 2059 127.0.0.1 (27 Apr 2002 17:54:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 27 Apr 2002 17:54:33 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 171WP2-0000X6-00 for ; Sat, 27 Apr 2002 19:54:33 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 171WOe-00078y-00; Sat, 27 Apr 2002 12:54:08 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 27 Apr 2002 12:54:21 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id MAA16221 for ; Sat, 27 Apr 2002 12:54:10 -0500 (CDT) Original-Received: (qmail 23595 invoked by alias); 27 Apr 2002 17:53:51 -0000 Original-Received: (qmail 23590 invoked from network); 27 Apr 2002 17:53:51 -0000 Original-Received: from roc-24-58-72-167.rochester.rr.com (HELO zsh.2y.net) (@24.58.72.167) by gnus.org with SMTP; 27 Apr 2002 17:53:51 -0000 Original-Received: (from zsh@localhost) by zsh.2y.net (8.11.6/8.11.2) id g3RHreM21403; Sat, 27 Apr 2002 13:53:40 -0400 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: #zw9`a=vHLkn+ZH8C (Katsumi Yamaoka's message of "Wed, 24 Apr 2002 16:42:02 +0900") Original-Lines: 25 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:44434 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:44434 Katsumi Yamaoka writes: > Hi, > >>>>>> In =20 >>>>>> Pavel@Janik.cz (Pavel Jan=EDk) wrote: > > Pavel> While compiling current CVS gnus with current CVS Emacs, I've got: > > Pavel> /home/pavel/.Emacs/Work/gnus/lisp/dns.el: In query-dns > Pavel> /home/pavel/.Emacs/Work/gnus/lisp/dns.el:282: warning: open-networ= k-stream called with 5 arguments, but accepts only 4 > > Here's one solution attached below, but I haven't confirmed it > completely because I don't have the function `make-network-process'. I installed the patch. See if anyone report bugs. > Pavel> /home/pavel/.Emacs/Work/gnus/lisp/gnus-msg.el: In gnus-summary-rep= ly > Pavel> /home/pavel/.Emacs/Work/gnus/lisp/gnus-msg.el:971: warning: refere= nce to free variable article-buffer > > I've got the same warn, but no ideas. Fixed. ShengHuo