Subj : CVS commit src/sbbs3/ftpsrvr.c mailsrvr.c sbbscon.c services.c websrvr.c To : All From : rswindell Date : Thu Nov 18 2004 01:12 am src/sbbs3 ftpsrvr.c 1.282 1.283 mailsrvr.c 1.349 1.350 sbbscon.c 1.186 1.187 services.c 1.171 1.172 websrvr.c 1.219 1.220 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv22271 Modified Files: ftpsrvr.c mailsrvr.c sbbscon.c services.c websrvr.c Log Message: Work-around problem in src/sbbs3/GNUmakefile: Macros in sbbsdefs.mk should only be defined when building libsbbs.so. This is the cause of the "static declaration of 'x' follows non-static declaration" GCC warnings. While harmless warnings now, in GCC 3.5, this condition has been elevated to a compile error. :-( The real fix needs to be made in GNUmakefile someday (Deuce). :-) .