Skip to content

Commit 07704c9

Browse files
committed
Unused var (let's not delete yet).
1 parent 610bd67 commit 07704c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/mcp/src/mcp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ int load_input(FILE *fd, motor_t *motor, equilibrium_t *e)
164164
}
165165
}
166166
return 0;
167+
(void) n_case;
167168
}
168169

169170
int main(int argc, char *argv[])

0 commit comments

Comments
 (0)