mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05: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 <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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue