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:
@@ -2775,6 +2775,7 @@ do_objs()
|
||||
prefix = -1;
|
||||
break;
|
||||
}
|
||||
/*FALLTHRU*/
|
||||
default:
|
||||
Fprintf(ofp, "#define\t");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user