public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: "Fabio M. Di Nitto" <fabbione@fedoraproject.org>
To: cluster-cvs-relay@redhat.com
Subject: gfs2-utils: master - group: fix print formats
Date: Tue, 23 Jun 2009 09:25:00 -0000 [thread overview]
Message-ID: <20090623092501.D4AEF12037F@lists.fedorahosted.org> (raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1853 bytes --]
Gitweb: http://git.fedorahosted.org/git/gfs2-utils.git?p=gfs2-utils.git;a=commitdiff;h=bf8cfdb18334a95ab8368c131393dd3f2ce955e5
Commit: bf8cfdb18334a95ab8368c131393dd3f2ce955e5
Parent: 2c3bbdce5b28d2351e12cf0af273b97366d4a43f
Author: Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate: Tue May 12 14:37:07 2009 +0200
Committer: Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Tue Jun 23 11:20:53 2009 +0200
group: fix print formats
stable3/group/gfs_controld/cpg-new.c:2547: warning: format â%dâ expects type âintâ, but argument 3 has type âsize_tâ
stable3/group/gfs_controld/cpg-new.c:2547: warning: format â%dâ expects type âintâ, but argument 5 has type âsize_tâ
stable3/group/gfs_controld/cpg-new.c:3153: warning: format â%dâ expects type âintâ, but argument 3 has type âsize_tâ
stable3/group/gfs_controld/cpg-new.c:3153: warning: format â%dâ expects type âintâ, but argument 5 has type âsize_tâ
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
group/gfs_controld/cpg-new.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/group/gfs_controld/cpg-new.c b/group/gfs_controld/cpg-new.c
index 7d721e8..d08ca03 100644
--- a/group/gfs_controld/cpg-new.c
+++ b/group/gfs_controld/cpg-new.c
@@ -2544,7 +2544,7 @@ static void deliver_cb(cpg_handle_t handle,
}
if (len < sizeof(*hd)) {
- log_error("deliver_cb short message %d", len);
+ log_error("deliver_cb short message %zd", len);
return;
}
@@ -3150,7 +3150,7 @@ static void deliver_cb_daemon(cpg_handle_t handle,
struct gfs_header *hd;
if (len < sizeof(*hd)) {
- log_error("deliver_cb short message %d", len);
+ log_error("deliver_cb short message %zd", len);
return;
}
reply other threads:[~2009-06-23 9:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20090623092501.D4AEF12037F@lists.fedorahosted.org \
--to=fabbione@fedoraproject.org \
--cc=cluster-cvs-relay@redhat.com \
/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 read-only IMAP folder(s) and NNTP newsgroup(s).