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
@@ -491,7 +491,7 @@ fixup_special()
|
||||
s_level *sp = find_level(r->rname.str);
|
||||
lev = sp->dlevel;
|
||||
}
|
||||
/* fall into... */
|
||||
/*FALLTHRU*/
|
||||
|
||||
case LR_UPSTAIR:
|
||||
case LR_DOWNSTAIR:
|
||||
|
||||
Reference in New Issue
Block a user