On Fri, 2004-12-17 at 10:08, Hans Kristian Rosbach wrote: > Is there any reason why the sort code should not have -O2 or any > other CFLAGS? I would imagine this code would benefit from -O2, > and -Wall and so on that the rest of the code is compiled with. > > Forgotten or intentional?
Btw, turning the regular cflags on gives these warnings: sort.c: In function `sort_and_deliver': sort.c:70: warning: unused variable `ret' sort.c: At top level: sort.c:63: warning: unused parameter 'totalrfcsize' -HK