Skip to content

Commit a96032a

Browse files
authored
Merge pull request #648 from sanpeqf/fixup-testsuite
fixup testsuite: change arg variable to int to avoid char is unsigned
2 parents 9c4a6e6 + 3cd6e98 commit a96032a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/testsuite.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ main(int argc, char *const argv[])
212212
{
213213
unsigned int loops, count;
214214
int retval, optidx;
215-
char arg;
215+
int arg;
216216

217217
setbuf(stdout, NULL);
218218
setbuf(stderr, NULL);

0 commit comments

Comments
 (0)