Date: Tue, 9 May 1995 06:40:21 -0700 (PDT) From: "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com> To: rgrimes@freefall.cdrom.com (Rodney W. Grimes) Cc: CVS-commiters@freefall.cdrom.com, cvs-games@freefall.cdrom.com Subject: Re: cvs commit: src/games/phantasia fight.c gamesupport.c interplayer.c io.c main.c misc.c setup.c Message-ID: <199505091340.GAA02816@gndrsh.aac.dev.com> In-Reply-To: <199505091333.GAA14055@freefall.cdrom.com> from "Rodney W. Grimes" at May 9, 95 06:33:09 am
next in thread | previous in thread | raw e-mail | index | archive | help
> > rgrimes 95/05/09 06:33:07 > > Modified: games/adventure init.c > games/hack hack.do_name.c hack.mon.c hack.unix.c > games/larn main.c > games/phantasia fight.c gamesupport.c interplayer.c io.c > main.c misc.c setup.c > Log: > Fix nested comments for -Wcomment warnings. With this commit the -Wcomment warning are now done to this list of not so easy to fix or questionable as to what is correct to do list: /usr/src/gnu/usr.bin/gdb/gdb/freebsd-nat.c:489: warning: `/*' within comment /usr/src/usr.bin/indent/indent_globs.h:220: warning: `/*' within comment /usr/src/usr.bin/indent/indent.c:1112: warning: `/*' within comment /usr/src/usr.bin/indent/pr_comment.c:86: warning: `/*' within comment /usr/src/usr.bin/indent/pr_comment.c:91: warning: `/*' within comment /usr/src/usr.bin/indent/pr_comment.c:116: warning: `/*' within comment /usr/src/usr.bin/indent/pr_comment.c:159: warning: `/*' within comment /usr/src/usr.bin/login/login_fbtab.c:23: warning: `/*' within comment The source code to phantasia could use a run through indent, the comment format is quite non BSDish, but I left it alone :-) Other than the gdb warning above the others are talking about comment delimiters literally within a comment, kinda hard to change that!! -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199505091340.GAA02816>