Avoid compiler casting warnings Part 2
This saves instructions that are related to casting as well as compiler warnings.
This commit is contained in:
@@ -201,5 +201,5 @@ main(int argc, char *argv[])
|
||||
getprogname(), ntests, errors, (ntests - errors) * 100 / ntests);
|
||||
}
|
||||
|
||||
exit(errors);
|
||||
return errors;
|
||||
}
|
||||
|
Reference in New Issue
Block a user