On Fri, 29 Nov 2013 01:18:06 +0900 Ryusuke Konishi <konishi.ryusuke@xxxxxxxxxxxxx> wrote: > On 32-bit environments, the sheepdog driver causes the following > compile warning because "%lx" is used for uint64_t type variables: > > cc -c -DUSE_SIGNALFD -DUSE_TIMERFD -D_GNU_SOURCE -I. -g -O2 > -fno-strict-aliasing -Wall -Wstrict-prototypes -fPIC > -DTGT_VERSION=\"\" -DBSDIR=\"/lib/tgt/backing-store\" bs_sheepdog.c -o > bs_sheepdog.o > bs_sheepdog.c: In function 'read_write_object': > bs_sheepdog.c:682: warning: format '%lx' expects type 'long unsigned > int', but argument 5 has type 'uint64_t' > bs_sheepdog.c:682: warning: format '%lx' expects type 'long unsigned > int', but argument 6 has type 'uint64_t' > > This fixes the issue by using PRIx64 length modifier instead of "%lx". > > Signed-off-by: Ryusuke Konishi <konishi.ryusuke@xxxxxxxxxxxxx> > Cc: Hitoshi Mitake <mitake.hitoshi@xxxxxxxxxxxxx> > --- > usr/bs_sheepdog.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe stgt" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html