http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4593
------- Additional Comments From [EMAIL PROTECTED] 2006-04-03 15:58 ------- the culprit: ------------------------------------------------------------------------ r20716 | sidney | 2004-05-31 22:41:06 +0100 (Mon, 31 May 2004) | 1 line Bug 3433: remove some compiler warnings from spamc build note, however, that bug 3433 is unrelated ;) -- it was actually bug 3452, I think. ------- Additional Comments From [EMAIL PROTECTED] 2006-04-03 16:15 ------- Created an attachment (id=3446) --> (http://issues.apache.org/SpamAssassin/attachment.cgi?id=3446&action=view) fix this reverts some of the changes made in bug 3452, restoring "int" status for raw_len and msg_len. I also fixed some other issues that ultra-heavy gcc warnings from "gcc -pedantic -Wextra -Wall" highlight, including use of C++-style comments (some compilers will still complain), and added a couple of sign-check if statements in an attempt to avoid future int/unsigned int nastiness. in future, if there are warnings about stuff being signed/unsigned, it is better to *carefully* perform a cast in the call(s) to the specific system calls being warned about, instead of changing the type of variables or struct members. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
