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

Re: [PATCH] Fix configure test build errors with clang-15



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