Silence some lint(1) warnings

This commit is contained in:
mmdolze
2009-05-14 05:59:36 +00:00
parent 779ede6761
commit 640fcc1f1f
7 changed files with 29 additions and 25 deletions
+2
View File
@@ -1455,9 +1455,11 @@ MenuResult menuitem_process_input_ip(MenuItem *item, MenuToken token, const char
item->data.ip.edit_offs++;
}
}
/* FALLTHROUGH */
default:
return MENURESULT_NONE;
}
/* NOTREACHED */
return MENURESULT_ERROR;
}