1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-28 04:38:00 +00:00

Fix some unused variable warnings. (#162)

This commit is contained in:
Bruce Mitchener
2021-01-04 01:30:04 +07:00
committed by GitHub
parent 4d00e0b2a1
commit 907e86c8d9
21 changed files with 30 additions and 48 deletions

View File

@@ -93,7 +93,7 @@ void set_sysout(int version, char *sysout_file_name) {
}
int main(int argc, char **argv) {
int version, res;
int version;
if (argc < 3) {
printf("setsysout version sysout-name\n");
return (-1);