Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Or on ReliantUNIX ... RE: Make Failure on SunOS-4.1 (correction)
- X-seq: zsh-workers 14120
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: Andrej Borsenkow <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- Subject: Re: Or on ReliantUNIX ... RE: Make Failure on SunOS-4.1 (correction)
- Date: Thu, 26 Apr 2001 10:58:25 -0400
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <001101c0ce60$7621c200$21c9ca95@xxxxxxxxxxxxxx>; from Andrej.Borsenkow@xxxxxxxxxxxxxx on Thu, Apr 26, 2001 at 06:52:06PM +0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <1010426143526.ZM13326@xxxxxxxxxxxxxxxxxxxxxxx> <001101c0ce60$7621c200$21c9ca95@xxxxxxxxxxxxxx>
> /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