Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh 3.0.4 with IRIX 6.2/IDO
- X-seq: zsh-workers 3362
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Jason R Mastaler <jason@xxxxxxxxxxxx>, zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: zsh 3.0.4 with IRIX 6.2/IDO
- Date: Fri, 11 Jul 1997 15:03:47 -0700
- In-reply-to: <x7afjtpa27.fsf@xxxxxxxxxxxx>
- References: <x7afjtpa27.fsf@xxxxxxxxxxxx>
- Reply-to: schaefer@xxxxxxx
On Jul 11, 3:12pm, Jason R Mastaler wrote:
> Subject: zsh 3.0.4 with IRIX 6.2/IDO
> using the SGI C compiler (IDO). When configuring with GCC, the
> compiler flags "-Wall -Wno-implicit -Wmissing-prototypes -O2" are
Anything with a -W is just a warning. Unless you're planning to fix
bugs, you can ignore them completely.
> BTW, compilation did yield one non-fatal warning I thought I'd bring
> to your attention. Otherwise, no problems.
>
> cc -c -I.. -I. -I. -DHAVE_CONFIG_H -O2 zle_tricky.c
> cfe: Warning 709: zle_tricky.c, line 1553: Incompatible pointer type assignment
> cb.foreach = (int ((*) (void) )) match_username;
> -----------^
Yeah, the standard doesn't require that pointers to function be assignable
to pointer to anything else. No unix compiler that I know of actually has
that restriction.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author