[ofa-general] Re: sparse output

Roland Dreier rdreier at cisco.com
Tue Aug 7 12:52:59 PDT 2007


 > 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.



More information about the general mailing list