test-runner: Fix warnings

This commit is contained in:
Kristian Høgsberg 2012-03-02 23:42:07 -05:00
parent ac80c54f18
commit d2067508c1

View file

@ -25,6 +25,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/wait.h> #include <sys/wait.h>
#include <string.h>
#include <assert.h> #include <assert.h>
#include "test-runner.h" #include "test-runner.h"
@ -51,7 +52,7 @@ int main(int argc, char *argv[])
{ {
const struct test *t; const struct test *t;
pid_t pid; pid_t pid;
int i, total, pass; int total, pass;
siginfo_t info; siginfo_t info;
if (argc == 2) if (argc == 2)