Gnus development mailing list
 help / color / mirror / Atom feed
* format args mismatching
@ 2004-02-02  1:37 Katsumi Yamaoka
  2004-02-03 16:52 ` Jesper Harder
  0 siblings, 1 reply; 3+ messages in thread
From: Katsumi Yamaoka @ 2004-02-02  1:37 UTC (permalink / 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>



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: format args mismatching
  2004-02-02  1:37 format args mismatching Katsumi Yamaoka
@ 2004-02-03 16:52 ` Jesper Harder
  2004-02-04  0:52   ` Katsumi Yamaoka
  0 siblings, 1 reply; 3+ messages in thread
From: Jesper Harder @ 2004-02-03 16:52 UTC (permalink / raw)


Katsumi Yamaoka <yamaoka@jpl.org> writes:

> 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?

I fixed some of them.  There's also a lot of warnings in nnmaildir.el,
but think it's a bug in `defstruct' rather than in the nnmaildir code.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: format args mismatching
  2004-02-03 16:52 ` Jesper Harder
@ 2004-02-04  0:52   ` Katsumi Yamaoka
  0 siblings, 0 replies; 3+ messages in thread
From: Katsumi Yamaoka @ 2004-02-04  0:52 UTC (permalink / raw)


>>>>> In <m3znc0w1eg.fsf@defun.localdomain>
>>>>>	Jesper Harder <harder@ifa.au.dk> wrote:

> I fixed some of them.  There's also a lot of warnings in nnmaildir.el,
> but think it's a bug in `defstruct' rather than in the nnmaildir code.

I see.  Thanks for reporting it to pretest-bug.
-- 
Katsumi Yamaoka <yamaoka@jpl.org>



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-02-04  0:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-02  1:37 format args mismatching Katsumi Yamaoka
2004-02-03 16:52 ` Jesper Harder
2004-02-04  0:52   ` Katsumi Yamaoka

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).