Problems building rsync with Clang 15 beta
Wayne Davison
wayne at opencoder.net
Fri Aug 19 00:31:58 UTC 2022
On Thu, Aug 18, 2022 at 9:27 AM Paul Eggert wrote:
> But if rsync must add -pedantic-errors for some reason, it should do so at
> the very end of 'configure'
I think I'll just get rid of it except for some private builds.
perhaps it'd be better for rsync to also add -pedantic-errors only for GCC
> not Clang
My configure script did that using the $GCC var that configure sets:
if test x"$GCC" = x"yes"; then
Maybe Clang 15 broke the testing idiom that sets $GCC?
..wayne..
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipermail/rsync/attachments/20220818/e6bb359f/attachment.htm>
More information about the rsync
mailing list