http://bugzilla.spamassassin.org/show_bug.cgi?id=2913
Summary: spamc compile fails in b2_6_0 on Red Hat 7.x
Product: Spamassassin
Version: current-CVS
Platform: Other
OS/Version: other
Status: NEW
Severity: major
Priority: P3
Component: spamc/spamd
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
Due to an older gcc compiler, because there's a stanza like so:
function (...) {
int var1;
(void) somearg;
int var2;
}
that use of (void) cannot be used inside variable declarations.
Fix attached.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.