Re: [perl #55050] [CAGE] [PATCH] invalid warnings in g++

2008-06-01 Thread chromatic
On Friday 30 May 2008 15:12:31 NotFound wrote: > On Fri, May 30, 2008 at 5:56 PM, Geoffrey Broadwell <[EMAIL PROTECTED]> wrote: > > Nit: three of those lines look like they've either got a real tab at the > > front, or some other spacing oddity that makes them not line up > > properly. > > Sorry,

Re: [perl #55050] [CAGE] [PATCH] invalid warnings in g++

2008-05-30 Thread NotFound
On Fri, May 30, 2008 at 5:56 PM, Geoffrey Broadwell <[EMAIL PROTECTED]> wrote: > Nit: three of those lines look like they've either got a real tab at the > front, or some other spacing oddity that makes them not line up > properly. Sorry, forgot to cross-copy to the list the fixed version. http:

Re: [perl #55050] [CAGE] [PATCH] invalid warnings in g++

2008-05-30 Thread Geoffrey Broadwell
On Thu, 2008-05-29 at 09:41 -0700, NotFound wrote: > +# Dirty way of checking if compiling with c++ > + my $nocpp = index($conf->data->get('cc'), '++') < 0; > + > -$self->set_result("set for gcc"); > + if ($nocpp) { > +for my $maybe_warning > (@{ $self->{pote