mes/lib/tests
W. J. van der Laan be4514c4de
lib/tests: Pass int to va_arg instead of char.
* lib/tests/scaffold/70-stdarg.c (stdarg1, stdarg2, stdarg3): Pass int
to va_arg instead of char to avoid gcc trap "warning: 'char’ is promoted
to ‘int’ when passed through ‘...’ [enabled by default] (so you should
pass ‘int’ not ‘char’ to ‘va_arg’) if this code is reached, the program
will abort".
2021-05-02 16:56:29 +02:00
..
assert mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
dirent test: 90-readdir: Remove qsort dependency. Fixes tmpfs failures. 2019-12-01 23:58:48 +01:00
io Prepare tests for ARMv4. 2020-06-02 14:30:02 +02:00
mes hurd: Add _write. 2019-12-13 21:52:30 +01:00
posix hurd: Add open. 2019-12-13 21:52:30 +01:00
scaffold lib/tests: Pass int to va_arg instead of char. 2021-05-02 16:56:29 +02:00
setjmp build: Improve --with-system-libc support. 2019-06-25 19:05:58 +02:00
signal mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
stdio hurd: Add open. 2019-12-13 21:52:30 +01:00
stdlib mescc: Mes C Library: Use SYSTEM_LIBC [WAS: WITH_GLIBC]. 2019-05-29 16:15:12 +02:00
string tests: 70-strchr.c: Rewrite for TinyCC. 2021-01-23 08:43:45 +01:00