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

Re: Or on ReliantUNIX ... RE: Make Failure on SunOS-4.1 (correction)



> /tools/src/zsh/Src/Modules/termcap.c   130: [warning]:   CFE1167 argument of
> type "int (*)(int)" is incompatible with parameter of type "int (*)(char)"
>         tputs(t, 1, putraw);

Solaris 8 has the same problem, but it seems to cope well.  I believe
SUS and POSIX both call for int (*)int.
> 
> /tools/src/zsh/Src/Modules/termcap.c   150: [warning]:   CFE1550 variable
> "incleanup" was set but never used
>   static int incleanup;

That's puzzling.



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