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:
@@ -708,6 +708,7 @@ doengrave()
|
||||
"A few ice cubes drop from the wand.");
|
||||
if (!oep || (oep->engr_type != BURN))
|
||||
break;
|
||||
/*FALLTHRU*/
|
||||
case WAN_CANCELLATION:
|
||||
case WAN_MAKE_INVISIBLE:
|
||||
if (oep && oep->engr_type != HEADSTONE) {
|
||||
|
||||
Reference in New Issue
Block a user