Remove warning from spawn tests.
This commit is contained in:
parent
d4fb02e2b4
commit
3e24705537
@ -10,7 +10,7 @@
|
||||
int
|
||||
main(int argc, const char *argv[])
|
||||
{
|
||||
char *program;
|
||||
const char *program;
|
||||
int pid[10];
|
||||
int status;
|
||||
|
||||
|
@ -11,7 +11,7 @@ int
|
||||
main(int argc, const char *argv[])
|
||||
{
|
||||
int origpid[10], pid[10];
|
||||
char *program;
|
||||
const char *program;
|
||||
int status;
|
||||
|
||||
printf("Spawn parallel test wait any: ");
|
||||
|
@ -11,7 +11,7 @@ int
|
||||
main(int argc, const char *argv[])
|
||||
{
|
||||
int origpid, pid;
|
||||
char *program;
|
||||
const char *program;
|
||||
int status;
|
||||
|
||||
printf("Spawn parallel test wait any: ");
|
||||
|
Loading…
Reference in New Issue
Block a user