Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH] C compatiblity fixes for the configure script (incompatible-pointer-types)



On Fri, Dec 8, 2023 at 12:58 PM Florian Weimer <fweimer@xxxxxxxxxx> wrote:
>
> Avoid incompatible pointer types in terminfo global variable checks.

For the record, the incompatibility seems to be that ncurses now
declares these as arrays of const pointer to const char.

Curiously (incorrectly?) the Solaris 11.3 documentation available
online shows them as only char*, not even char**.




Messages sorted by: Reverse Date, Date, Thread, Author