> Do we want to address pointer signedness issues?

I guess... if we have a prototype

void foo(long *x);

then we should probably fix code that does

unsigned long y;
foo(&y);

unless it gets too messy.
_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to