1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 11:46:37 +00:00

Compiler warning cleanup

This commit is contained in:
Mark Pizzolato
2012-12-13 13:41:57 -08:00
parent 7f6a1af5bf
commit b466bdc9c6
34 changed files with 90 additions and 82 deletions

View File

@@ -293,7 +293,7 @@ return 0;
void
Usage(void)
{
int i;
size_t i;
printf ("sim_BuildROMs Usage:\n");
printf ("sim_BuildROMs\n");
@@ -324,7 +324,7 @@ exit(2);
int
main(int argc, char **argv)
{
int i;
size_t i;
int status = 0;
if (argc == 1) { /* invoked without any arguments */