From f61af49d07de171db0d3f0800d587e97757a31dd Mon Sep 17 00:00:00 2001 From: scjody Date: Thu, 10 May 2007 16:21:22 +0000 Subject: [PATCH] Branch b1_4 Fix compiler warning on Cray XT3. Original patch by walter@clusterfs.com. b=12360 i=adilger i=scjody --- lnet/klnds/ptllnd/ptllnd_rx_buf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnet/klnds/ptllnd/ptllnd_rx_buf.c b/lnet/klnds/ptllnd/ptllnd_rx_buf.c index 364540b..e897086 100644 --- a/lnet/klnds/ptllnd/ptllnd_rx_buf.c +++ b/lnet/klnds/ptllnd/ptllnd_rx_buf.c @@ -414,7 +414,7 @@ kptllnd_rx_buffer_callback (ptl_event_t *ev) * odd-length message will misalign subsequent messages and * force the fixup below... */ if ((ev->mlength & 7) != 0) - CWARN("Message from %s has odd length %d: " + CWARN("Message from %s has odd length %llu: " "probable version incompatibility\n", kptllnd_ptlid2str(ev->initiator), ev->mlength); -- 1.8.3.1