Problems with INN-CURRENT-20021117 on BSD/OS 4.3

Jeffrey M. Vinocur jeff at litech.org
Sun Nov 17 15:32:38 UTC 2002


On Sun, 17 Nov 2002, The Doctor wrote:

> [ innd/cc.c ]

Sorry about that, fixed now.

I cleaned up some warnings while I was at it -- anybody want to explain:

    cc.c:1764: warning: void format, CHANNEL arg (arg 4)
    cc.c:1764: warning: void format, CHANNEL arg (arg 5)

when both arguments are CHANNEL*?  That ought to supertype void*, no?  Yet 
I had to do this to fix it:

     if (cp != CCchan) {
        syslog(L_ERROR, "%s internal CCreader wrong channel 0x%p not 0x%p",
-           LogName, cp, CCchan);
+           LogName, (void *)cp, (void *)CCchan);
        return;



-- 
Jeffrey M. Vinocur
jeff at litech.org



More information about the inn-workers mailing list