public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* dlm: master - dlm_tool: fix format warnings
@ 2009-06-23  8:21 Fabio M. Di Nitto
  0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2009-06-23  8:21 UTC (permalink / raw)
  To: cluster-cvs-relay

[-- 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,


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-23  8:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-23  8:21 dlm: master - dlm_tool: fix format warnings Fabio M. Di Nitto

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