Re: [PATCH] Fix -Wchar-subscripts warnings

2020-08-19 Thread Sebastian Huber
On 18/08/2020 17:31, Aschref Ben-Thabet wrote: From: Aschref Ben Thabet The argument to the ctype functions must be an int and the value of the character must be representable as an unsigned char or equal to the value of the macro EOF. If the argument has any other value, the behavior is undefi

[PATCH] Fix -Wchar-subscripts warnings

2020-08-18 Thread Aschref Ben-Thabet
From: Aschref Ben Thabet The argument to the ctype functions must be an int and the value of the character must be representable as an unsigned char or equal to the value of the macro EOF. If the argument has any other value, the behavior is undefined. --- cpukit/libdl/rtl-archive.c