The following code was recently modified in btl_openib_endpoint.h (trunk):
-----
#if OPAL_ENABLE_DEBUG
do {
ftr->seq = ep->eager_rdma_remote.seq;
} while (!OPAL_ATOMIC_CMPSET_32(&ep->eager_rdma_remote.seq, ftr->seq, ftr->seq+1));
#endif
-----
This line produces the following compiler warning:
-----
./btl_openib_endpoint.h:505: warning: pointer targets in passing argument 1 of opal_atomic_cmpset_32 differ in signedness
-----
Line 505 is the ATOMIC_CMPSET line. Chris -- you last touched this line. Can you fix?
Thanks!
--
Jeff Squyres
jsquyres_at_[hidden]
For corporate legal information go to:
http://www.cisco.com/web/about/doing_business/legal/cri/
|