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

Re: zsh 3.0.4 with IRIX 6.2/IDO



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