http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5766





------- Additional Comments From [EMAIL PROTECTED]  2008-01-06 11:31 -------
Here is a repeat of somethign I posted to the dev list about this:

I ran sa-compile --keep-tmps --sudo and can verify that in body_0.c there is
code that would produce those warnings if those warnings were enabled in the C
compilation. There are #line directives that would  cause the warnings to say
"body_0.xs" as Doc showed, there are a number of lines of the form
  while (match = Mail_SpamAssassin_CompiledRegexps_body_0_scan1 (&cursor))
which would generate a warning in case the '='is a typo for '==' and there is a
 declaration 'int i;' but no use of variable 'i'.

So it appears that the difference is which warnings are enabled in the compiler
on our platforms using whatever command line sa-compile uses to compile.




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to