Re: replicating compile flags from rawhide

2016-05-18 Thread Jonathan Wakely
On 15/05/16 22:05 +0200, Daniel Pocock wrote: On 14/05/16 23:18, Peter Robinson wrote: A build failed with the -Wnarrowing error in rawhide on ARM I've got access to another ARM box where I want to reproduce the problem, but running gcc 6 on that box, -Wnarrowing is only a warning. I added -

Re: replicating compile flags from rawhide

2016-05-15 Thread Kevin Fenzi
On Sun, 15 May 2016 22:05:48 +0200 Daniel Pocock wrote: > On 14/05/16 23:18, Peter Robinson wrote: > >> A build failed with the -Wnarrowing error in rawhide on ARM > >> > >> I've got access to another ARM box where I want to reproduce the > >> problem, but running gcc 6 on that box, -Wnarrowing i

Re: replicating compile flags from rawhide

2016-05-15 Thread Daniel Pocock
On 14/05/16 23:18, Peter Robinson wrote: >> A build failed with the -Wnarrowing error in rawhide on ARM >> >> I've got access to another ARM box where I want to reproduce the >> problem, but running gcc 6 on that box, -Wnarrowing is only a warning. >> >> I added -std=c++11 to CPPFLAGS and now it

Re: replicating compile flags from rawhide

2016-05-14 Thread Peter Robinson
> A build failed with the -Wnarrowing error in rawhide on ARM > > I've got access to another ARM box where I want to reproduce the > problem, but running gcc 6 on that box, -Wnarrowing is only a warning. > > I added -std=c++11 to CPPFLAGS and now it fails on the other box too, > but are there other

replicating compile flags from rawhide

2016-05-14 Thread Daniel Pocock
A build failed with the -Wnarrowing error in rawhide on ARM I've got access to another ARM box where I want to reproduce the problem, but running gcc 6 on that box, -Wnarrowing is only a warning. I added -std=c++11 to CPPFLAGS and now it fails on the other box too, but are there other things I