Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: format args mismatching
Date: Mon, 02 Feb 2004 10:37:48 +0900	[thread overview]
Message-ID: <b9y4quatg5v.fsf@jpl.org> (raw)

Hi,

I got many warnings when compiling Gnus with latest Emacs 21.3.50.
Those warnings seem to be exact in general.  For example:

In gnus-summary-increase-score:
gnus-score.el:584:24:Warning: `message' called with 4 args to fill 3 format
    field(s)

(defun gnus-summary-increase-score (&optional score symp)
[...]
	  (gnus-score-kill-help-buffer)
	  (if mimic (message "%c %c %c" prefix hchar tchar pchar)
	    (message ""))

I can fix a few, but it is better that all should be fixed by
the authors or users having a thorough knowledge, isn't it?
-- 
Katsumi Yamaoka <yamaoka@jpl.org>



             reply	other threads:[~2004-02-02  1:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-02  1:37 Katsumi Yamaoka [this message]
2004-02-03 16:52 ` Jesper Harder
2004-02-04  0:52   ` Katsumi Yamaoka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b9y4quatg5v.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).