Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Fix configure test build errors with clang-15
- X-seq: zsh-workers 50637
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Cc: Nicholas Vinson <nvinson234@xxxxxxxxx>
- Subject: Re: [PATCH] Fix configure test build errors with clang-15
- Date: Thu, 15 Sep 2022 15:29:54 -0700
- Archived-at: <https://zsh.org/workers/50637>
- In-reply-to: <20220915023624.3384-1-nvinson234@gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <20220915023624.3384-1-nvinson234@gmail.com>
On Wed, Sep 14, 2022 at 7:42 PM Nicholas Vinson <nvinson234@xxxxxxxxx> wrote:
>
> When building with clang-15.0.0, I discovered several configure tests
> incorrectly fail because clang-15.0.0 errors with messages similar to:
>
> "error: type specifier missing, defaults to 'int'"
For zsh-workers -- do we need to worry that these changed declarations
themselves need to be conditionalized somehow, that is, are other
compilers going to fail because of "int main()" when they expect "void
main()"?
> and similar such errors.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author