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: dlm: master - dlm_tool: fix format warnings
Date: Tue, 23 Jun 2009 08:21:00 -0000	[thread overview]
Message-ID: <20090623082058.F4043120380@lists.fedorahosted.org> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1625 bytes --]

Gitweb:        http://git.fedorahosted.org/git/dlm.git?p=dlm.git;a=commitdiff;h=a557ccdf0ef418f7e3a84051d5becb98c866327d
Commit:        a557ccdf0ef418f7e3a84051d5becb98c866327d
Parent:        cfedf3350eba73920f6b5f96288f2e349a4f8632
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Wed May 6 07:05:55 2009 +0200
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Tue Jun 23 09:43:03 2009 +0200

dlm_tool: fix format warnings

cluster-stable3/dlm/tool/main.c: In function ‘print_lkb’:
cluster-stable3/dlm/tool/main.c:668:
 warning: format ‘%llu’ expects type ‘long long unsigned int *’, but argument 8 has type ‘uint64_t *’
cluster-stable3/dlm/tool/main.c:668:
 warning: format ‘%llu’ expects type ‘long long unsigned int *’, but argument 18 has type ‘uint64_t *’
cluster-stable3/dlm/tool/main.c:668:
 warning: format ‘%llu’ expects type ‘long long unsigned int *’, but argument 19 has type ‘uint64_t *’

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 dlm/tool/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlm/tool/main.c b/dlm/tool/main.c
index 89ab52a..9fb008a 100644
--- a/dlm/tool/main.c
+++ b/dlm/tool/main.c
@@ -649,7 +649,7 @@ static void print_lkb(char *line, struct rinfo *ri)
 	char type[4];
 	int rv;
 
-	rv = sscanf(line, "%s %x %d %x %u %llu %x %x %d %d %d %d %d %d %u %llu %llu",
+	rv = sscanf(line, "%s %x %d %x %u %"PRIu64" %x %x %d %d %d %d %d %d %u %"PRIu64" %"PRIu64,
 		    type,
 		    &lkb.id,
 		    &lkb.nodeid,


                 reply	other threads:[~2009-06-23  8:21 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=20090623082058.F4043120380@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).