RE: [PATCH] librdmacm: fix compiler warning of void* arithmetic

2010-11-01 Thread Hefty, Sean
Thanks - both applied -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] librdmacm: fix compiler warning of void* arithmetic

2010-10-22 Thread Jonathan Rosser
Arithmetic on void* pointers generates a compiler warning, and projects that include rdma/rdma_verbs.h and compile with -Werror -Wall will fail to build. --- include/rdma/rdma_verbs.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/rdma/rdma_verbs.h

Re: [PATCH] librdmacm: fix compiler warning of void* arithmetic

2010-10-22 Thread Andrea Gozzelino
On Oct 22, 2010 12:00 PM, Jonathan Rosser jonathan.ros...@rd.bbc.co.uk wrote: Arithmetic on void* pointers generates a compiler warning, and projects that include rdma/rdma_verbs.h and compile with -Werror -Wall will fail to build. --- include/rdma/rdma_verbs.h |2 +- 1 files