Hello Aschref,
On 03/08/2020 14:46, Aschref Ben-Thabet wrote:
From: Aschref Ben Thabet
The warning may be because you're passing a char to the isspace() macro.
The implementation of isspace() may be via array indexing.
(The argument to the isspace()/isdegit() macro is defined to be an
unsigned
From: Aschref Ben Thabet
The warning may be because you're passing a char to the isspace() macro.
The implementation of isspace() may be via array indexing.
(The argument to the isspace()/isdegit() macro is defined to be an
unsigned char the value of which can fit in an unsignedchar).
at ctype.h