[IRCServices Coding] GCC3

Finny Merrill griever at t2n.org
Sun Feb 24 12:07:04 PST 2002


I am proud to announce that the latest version of GCC 3 compiles
services without a hitch.

However, it does give two warnings: it says the multi-line string
literal in init.c is depreciated (that's true, it's not iso OR posix
C) and it says that in do_dropnick, ngi might be used uninitialized
(the syntax raises my hackles a bit, but indeed it is always initial-
ized when used)

I'm now going to test to see if it runs :)