On Thu, Oct 01, 2009 at 02:38:28PM -0700, Smith, Stan wrote:
> 
> MS compiler doesn't Grok void* arithmetic, use char*

uint8_t* or unsigned char is better practice here, char could be wchar
in some crazy instances..

Probably should build with -Wpointer-arith on Linux.

Regards,
Jason
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to