<div dir="ltr"><div dir="ltr">On Thu, Aug 18, 2022 at 9:27 AM Paul Eggert wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">But if rsync must add -pedantic-errors for some reason, it should do so at the very end of 'configure'</blockquote><div><br></div><div>I think I'll just get rid of it except for some private builds.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">perhaps it'd be better for rsync to also add -pedantic-errors only for GCC not Clang</blockquote><div><br></div><div>My configure script did that using the $GCC var that configure sets:</div><div><br></div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div class="gmail_quote"><div><font face="monospace">if test x"$GCC" = x"yes"; then</font></div></div></blockquote><div class="gmail_quote"><div><br></div><div>Maybe Clang 15 broke the testing idiom that sets $GCC?</div><div><br></div><div>..wayne..</div></div></div>