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

Re: zsh-3.1.1 on NetBSD patch & problems



gwing@xxxxxxxxxxxxxxx wrote:
> Anyway, my gcc man page says:
> ``without this option, certain GNU extensions and traditional C features
> are supported as well.  With this option, they are rejected.  There is no
> reason to use this option; it exists only to satisfy pedants.''
> 
> Oh well, if it makes you happy...

Withous -pedantic, gcc does not warn about missing (char *) <->
(unsigned char *) casts.  Some compilers reject the code  and some
give you warnings on that.

And several people submitted patches which later had to be changed to add
these missing casts.



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