Eli Zaretskii eliz@gnu.org writes:
- Eliminate most pointer-signedness warnings. In the process, the strings representing expression type for sexp_interator functions were changed from const uint8_t * to const char *. These functions are undocumented, and it doesn't change the ABI on any platform I'm aware of.
Building with MinGW on MS-Windows, I still see a few warnings of this kind, like the ones below:
I see these on gnu/linux too, that's why I wrote "most"...
I'm considering changing the type of the ascii inputs and outputs for ascii armoring functions to use plain char, but I didn't get to that for this release. A few of the functions also support in-place conversion, making it somewhat messy to use different types for input and output.
Regards, /Niels