Re: [systemd-devel] [PATCH] configure: turn off -Wlogical-not-parentheses

2015-02-24 Thread Shawn Landden
On Tue, Feb 24, 2015 at 9:33 AM, David Herrmann wrote: > Hi > > On Mon, Feb 16, 2015 at 11:02 PM, Shawn Landden > wrote: > > Introduced in gcc-5 > > > > These errors are really annoying. I can get behind clarification of > nested ifs, > > but this is overkill. > > --- > > configure.ac | 1 + > >

Re: [systemd-devel] [PATCH] configure: turn off -Wlogical-not-parentheses

2015-02-24 Thread David Herrmann
Hi On Mon, Feb 16, 2015 at 11:02 PM, Shawn Landden wrote: > Introduced in gcc-5 > > These errors are really annoying. I can get behind clarification of nested > ifs, > but this is overkill. > --- > configure.ac | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configure.ac b/configure.ac

Re: [systemd-devel] [PATCH] configure: turn off -Wlogical-not-parentheses

2015-02-16 Thread Shawn Landden
On Mon, Feb 16, 2015 at 2:03 PM, Zbigniew Jędrzejewski-Szmek < zbys...@in.waw.pl> wrote: > On Mon, Feb 16, 2015 at 02:02:17PM -0800, Shawn Landden wrote: > > Introduced in gcc-5 > > > > These errors are really annoying. I can get behind clarification of > nested ifs, > > but this is overkill. > >

Re: [systemd-devel] [PATCH] configure: turn off -Wlogical-not-parentheses

2015-02-16 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Feb 17, 2015 at 06:45:14AM +0300, Andrei Borzenkov wrote: > В Mon, 16 Feb 2015 23:03:39 +0100 > Zbigniew Jędrzejewski-Szmek пишет: > > > On Mon, Feb 16, 2015 at 02:02:17PM -0800, Shawn Landden wrote: > > > Introduced in gcc-5 > > > > > > These errors are really annoying. I can get behind

Re: [systemd-devel] [PATCH] configure: turn off -Wlogical-not-parentheses

2015-02-16 Thread Andrei Borzenkov
В Mon, 16 Feb 2015 23:03:39 +0100 Zbigniew Jędrzejewski-Szmek пишет: > On Mon, Feb 16, 2015 at 02:02:17PM -0800, Shawn Landden wrote: > > Introduced in gcc-5 > > > > These errors are really annoying. I can get behind clarification of nested > > ifs, > > but this is overkill. > > --- > > config

Re: [systemd-devel] [PATCH] configure: turn off -Wlogical-not-parentheses

2015-02-16 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Feb 16, 2015 at 02:02:17PM -0800, Shawn Landden wrote: > Introduced in gcc-5 > > These errors are really annoying. I can get behind clarification of nested > ifs, > but this is overkill. > --- > configure.ac | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configure.ac b/configu

[systemd-devel] [PATCH] configure: turn off -Wlogical-not-parentheses

2015-02-16 Thread Shawn Landden
Introduced in gcc-5 These errors are really annoying. I can get behind clarification of nested ifs, but this is overkill. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 97a29d6..e646db7 100644 --- a/configure.ac +++ b/configure.ac @@ -187,6