-
Virgile Prevosto authored
This is absolutely not a sneaky attempt to relaunch a build (now that OCI seems in better shape) pushing a nearly empty commit.
Virgile Prevosto authoredThis is absolutely not a sneaky attempt to relaunch a build (now that OCI seems in better shape) pushing a nearly empty commit.
exec.res.oracle 1.05 KiB
[variadic] FRAMAC_SHARE/libc/unistd.h:784:
Declaration of variadic function execl.
[variadic] FRAMAC_SHARE/libc/unistd.h:789:
Declaration of variadic function execle.
[variadic] FRAMAC_SHARE/libc/unistd.h:794:
Declaration of variadic function execlp.
[variadic] tests/erroneous/exec.c:5: Warning:
Incorrect type for argument 3. The argument will be cast from int to char *.
[variadic] tests/erroneous/exec.c:5:
Translating call to execl to a call to execv.
[variadic] tests/erroneous/exec.c:7: Warning:
Failed to find a sentinel (NULL pointer) in the argument list.
[variadic] tests/erroneous/exec.c:7:
Generic translation of call to variadic function.
[variadic] tests/erroneous/exec.c:9: Warning:
Not enough arguments: expected 5, given 4.
[variadic] tests/erroneous/exec.c:9:
Generic translation of call to variadic function.
[variadic] tests/erroneous/exec.c:11: Warning:
Incorrect type for argument 5. The argument will be cast from int to char * const *.
[variadic] tests/erroneous/exec.c:11:
Translating call to execle to a call to execve.