Fixed compiler warnings in test programs.

This commit is contained in:
Philipp Wiesemann 2013-07-13 21:13:09 +02:00
parent f158b5f47e
commit 59401ae635
4 changed files with 3 additions and 8 deletions

View file

@ -45,7 +45,7 @@ main(int argc, char *argv[])
char buffer[BUFSIZ];
char *ucs4;
char *test[2];
int i, index = 0;
int i;
FILE *file;
int errors = 0;