From: scjody Date: Thu, 10 May 2007 16:21:22 +0000 (+0000) Subject: Branch b1_4 X-Git-Tag: v1_7_100~118 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=f61af49d07de171db0d3f0800d587e97757a31dd;p=fs%2Flustre-release.git Branch b1_4 Fix compiler warning on Cray XT3. Original patch by walter@clusterfs.com. b=12360 i=adilger i=scjody --- 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);