You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2004/01/09 01:25:49 UTC

[Bug 2913] New: spamc compile fails in b2_6_0 on Red Hat 7.x

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: spamassassin-dev@incubator.apache.org
        ReportedBy: jm@jmason.org


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.