Date: Sat, 18 Dec 1999 16:21:54 -0800 (PST) From: Bill Fumerola <billf@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/adventure crc.c done.c hdr.h init.c io.c main.c save.c setup.c subr.c vocab.c wizard.c Message-ID: <199912190021.QAA49910@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
billf 1999/12/18 16:21:54 PST Modified files: games/adventure crc.c done.c hdr.h init.c io.c main.c save.c setup.c subr.c vocab.c wizard.c Log: -Wall fixes. XXX: This code is sick, and so are some of the "fixes". Revision Changes Path 1.6 +3 -1 src/games/adventure/crc.c 1.7 +3 -1 src/games/adventure/done.c 1.5 +57 -4 src/games/adventure/hdr.h 1.9 +66 -60 src/games/adventure/init.c 1.8 +43 -8 src/games/adventure/io.c 1.9 +11 -11 src/games/adventure/main.c 1.8 +65 -62 src/games/adventure/save.c 1.7 +3 -2 src/games/adventure/setup.c 1.7 +38 -4 src/games/adventure/subr.c 1.9 +8 -23 src/games/adventure/vocab.c 1.10 +11 -5 src/games/adventure/wizard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912190021.QAA49910>