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
@@ -481,7 +481,7 @@ char *buf, *monbuf;
|
||||
Strcpy(buf, "stone");
|
||||
break;
|
||||
}
|
||||
/*else FALLTHRU*/
|
||||
/*FALLTHRU*/
|
||||
default:
|
||||
Strcpy(buf, defsyms[glyph_to_cmap(glyph)].explanation);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user