<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Feb 24, 2015 at 9:33 AM, David Herrmann <span dir="ltr"><<a href="mailto:dh.herrmann@gmail.com" target="_blank">dh.herrmann@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi<br>
<div><div class="h5"><br>
On Mon, Feb 16, 2015 at 11:02 PM, Shawn Landden <<a href="mailto:shawn@churchofgit.com">shawn@churchofgit.com</a>> wrote:<br>
> Introduced in gcc-5<br>
><br>
> These errors are really annoying. I can get behind clarification of nested ifs,<br>
> but this is overkill.<br>
> ---<br>
>  <a href="http://configure.ac" target="_blank">configure.ac</a> | 1 +<br>
>  1 file changed, 1 insertion(+)<br>
><br>
> diff --git a/<a href="http://configure.ac" target="_blank">configure.ac</a> b/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
> index 97a29d6..e646db7 100644<br>
> --- a/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
> +++ b/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
> @@ -187,6 +187,7 @@ CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\<br>
>          -Wno-unused-parameter \<br>
>          -Wno-missing-field-initializers \<br>
>          -Wno-unused-result \<br>
> +        -Wno-logical-not-parentheses \<br>
>          -Werror=overflow \<br>
>          -Wdate-time \<br>
>          -Wnested-externs \<br>
<br>
</div></div>I fixed the -Wno-* detection today. Is this patch still needed? I<br>
don't have gcc5 here, but I think Daniel fixed most of those warnings<br>
recently and they turned out to be real bugs. So should I still apply<br>
it?<br>
<br></blockquote><div>Not if it detected real bugs. The warnings I saw did not appear to be bugs....but perhaps that was the ones in the linux tree and not systemd... </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thanks<br>
<span class="HOEnZb"><font color="#888888">David<br>
<br>
> --<br>
> 2.2.1.209.g41e5f3a<br>
</font></span><div class="HOEnZb"><div class="h5">><br>
> _______________________________________________<br>
> systemd-devel mailing list<br>
> <a href="mailto:systemd-devel@lists.freedesktop.org">systemd-devel@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/systemd-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/systemd-devel</a><br>
_______________________________________________<br>
systemd-devel mailing list<br>
<a href="mailto:systemd-devel@lists.freedesktop.org">systemd-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/systemd-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/systemd-devel</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Shawn Landden</div>
</div></div>