Fix some warnings
Remove an unused variable, add missing FALLTHRUs, and use the same FALLTHRU wording where it wasn't recognized by gcc
This commit is contained in:
+1
-1
@@ -302,7 +302,7 @@ int force;
|
||||
case THRONE:
|
||||
if (cansee(x, y))
|
||||
pline_The("throne falls into a chasm.");
|
||||
/* Falls into next case */
|
||||
/*FALLTHRU*/
|
||||
case ROOM:
|
||||
case CORR: /* Try to make a pit */
|
||||
do_pit:
|
||||
|
||||
Reference in New Issue
Block a user