On Wed, 2008-03-26 at 10:14 +1300, Amos Jeffries wrote: > Henrik Nordstrom wrote: > > Revision 8905: > > > > src/comm.cc: In function 'int comm_connect_addr(int, const IPAddress&)': > > src/comm.cc:1144: warning: passing NULL to non-pointer argument 2 of > > 'void* memset(void*, int, size_t)' > > make[1]: *** [comm.lo] Error 1 > > > > > > What compiler are you using for this?
GCC 4.1.2 with a bunch of warning flags to err on dubious constructs. Regards Henrik
