Jon Turney
|
01a0e3e491
|
Cygwin: testsuite: Fix compilation warnings
Fix the warnings the previous change surfaces.
See ltp commit d5c2112f for mmap fixes.
|
2023-01-13 17:03:54 +00:00 |
Jon Turney
|
19b3b814bc
|
Cygwin: testsuite: Fix TEST_RETURN for 64-bit
The result of a function call won't fit in an int if it's e.g. a pointer.
|
2022-08-29 17:53:44 +01:00 |
Corinna Vinschen
|
d5cc66426b
|
Cygwin: testsuite: avoid "conflicting types" gcc warning
With gcc 11.2:
test.h:50:5: warning: conflicting types for built-in function ‘execve’; expected ‘int(const char *, char * const*)’ [-Wbuiltin-declaration-mismatch]
test.h:51:5: warning: conflicting types for built-in function ‘execv’; expected ‘int(const char *, char * const*)’ [-Wbuiltin-declaration-mismatch]
test.h:52:5: warning: conflicting types for built-in function ‘execvp’; expected ‘int(const char *, char * const*)’ [-Wbuiltin-declaration-mismatch]
Fix prototypes accordingly.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
|
2021-09-03 12:15:53 +02:00 |
Corinna Vinschen
|
8e67b974a9
|
* libltp/include/test.h: Remove gethostid declaration.
|
2003-05-09 20:53:22 +00:00 |
Christopher Faylor
|
b831fc4446
|
* libltp/include/usctest.h: Add externs to some variables that need it.
* winsup.api/ltp/mmap05.c (main): Make file_content volatile to avoid
optimization glitch.
|
2003-01-24 01:51:39 +00:00 |
Christopher Faylor
|
31d7abadfe
|
Perform more C warning fixup on all C source files and headers.
|
2003-01-24 01:09:40 +00:00 |
Christopher Faylor
|
9b978ffe8b
|
* libltp/include/test.h: Fix C warnings.
* winsup.api/checksignal.c: Ditto.
* winsup.api/crlf.c: Ditto.
* winsup.api/devzero.c: Ditto.
* winsup.api/iospeed.c: Ditto.
* winsup.api/mmaptest01.c: Ditto.
* winsup.api/mmaptest02.c: Ditto.
* winsup.api/mmaptest03.c: Ditto.
* winsup.api/mmaptest04.c: Ditto.
* winsup.api/nullgetcwd.c: Ditto.
* winsup.api/sigchld.c: Ditto.
* winsup.api/signal-into-win32-api.c: Ditto.
* winsup.api/systemcall.c: Ditto.
* winsup.api/waitpid.c: Ditto.
* winsup.api/pthread/mainthreadexits.c: Ditto.
* winsup.api/pthread/test.h: Ditto.
* winsup.api/pthread/threadidafterfork.c: Ditto.
* Makefile.in: Remove cygrun.exe from RUNTIME since it is built here now.
|
2003-01-23 21:21:28 +00:00 |
Egor Duda
|
664b2d68eb
|
Add 'const' qualifiers where needed to avoid compiler warnings.
* libltp/lib/tst_sig.c (tst_sig): Don't attempt to cleanup on
fatal errors.
* libltp/lib/parse_opts.c (parse_opts): Initialize allocated
string to prevent heap corruption.
|
2000-09-06 14:21:53 +00:00 |
Christopher Faylor
|
42f03f6757
|
Importing Egor's testsuite.
|
2000-09-03 03:52:30 +00:00 |