mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
test-runner: Fix warnings
This commit is contained in:
parent
ac80c54f18
commit
d2067508c1
1 changed files with 2 additions and 1 deletions
|
|
@ -25,6 +25,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include "test-runner.h"
|
||||
|
||||
|
|
@ -51,7 +52,7 @@ int main(int argc, char *argv[])
|
|||
{
|
||||
const struct test *t;
|
||||
pid_t pid;
|
||||
int i, total, pass;
|
||||
int total, pass;
|
||||
siginfo_t info;
|
||||
|
||||
if (argc == 2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue