public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: STABLE3 - dlm_tool: fix format warnings
@ 2009-05-11 15:14 David Teigland
  0 siblings, 0 replies; only message in thread
From: David Teigland @ 2009-05-11 15:14 UTC (permalink / raw)
  To: cluster-cvs-relay

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

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=96d261a9cae37c23b807abb584138dd749feee5a
Commit:        96d261a9cae37c23b807abb584138dd749feee5a
Parent:        2025c4a4d207679f1c2fafe396b38d51d9379f23
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Wed May 6 07:05:55 2009 +0200
Committer:     David Teigland <teigland@redhat.com>
CommitterDate: Mon May 11 10:05:05 2009 -0500

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 732ff28..c4d55c4 100644
--- a/dlm/tool/main.c
+++ b/dlm/tool/main.c
@@ -647,7 +647,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-05-11 15:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-11 15:14 cluster: STABLE3 - dlm_tool: fix format warnings David Teigland

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