]> granicus.if.org Git - nethack/commit
I recognize that this was an attempt to force the macro to act as a normal
authorjwalz <jwalz>
Sun, 31 Mar 2002 22:42:07 +0000 (22:42 +0000)
committerjwalz <jwalz>
Sun, 31 Mar 2002 22:42:07 +0000 (22:42 +0000)
commit11856d20b741c2a87d1d039b25e28134ffd03169
tree161c17b1b1199030a45d15b7586caee36cfe7835
parent320c5e720d9494bb6c00bc842cb0885615008381
I recognize that this was an attempt to force the macro to act as a normal
statement that could be followed by ';' anywhere.  However, with the goto
there, my compiler complains every time it's used:
"ball.c", line 402: warning: statement not reached
"ball.c", line 434: warning: statement not reached
"ball.c", line 442: warning: statement not reached
"ball.c", line 449: warning: statement not reached
"ball.c", line 452: warning: statement not reached
"ball.c", line 457: warning: statement not reached
"ball.c", line 479: warning: statement not reached
"ball.c", line 498: warning: statement not reached
None of the current uses care about an excess statement, but is there a
way to satisfy both desires?
src/ball.c