Fixed compiler warnings in test programs.
This commit is contained in:
parent
f158b5f47e
commit
59401ae635
4 changed files with 3 additions and 8 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue