Re: Warnings
Tim Bunce <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Sep 17, 2010 at 09:13:20PM +0100, Martin J. Evans wrote: > >DBI.xs:4965: warning: value computed is not used > > > >New DBIx::Connector now on its way to CPAN, too. Thanks. > They are all hv_store calls and hv_store returns a value. > > I think they are all harmless and the only way to make them go away > is to prefix each hv_store call with (void). I'm happy to sort that > out unless anyone objects. I'd be delighted. Thanks Martin! Tim.