Hans Kristian Rosbach <[EMAIL PROTECTED]> said: > 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?
Forgotten... shouldn't the Makefile in dbmail/sort inherit CFLAGS from dbmail? > 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' No biggie, but I will revisit it after 2.0.2 this coming week. Aaron