Branch: refs/heads/master
  Home:   https://github.com/perl5-dbi/dbi
  Commit: bc78012cf6a70228d7d3dd0814cbde29be62bf47
      
https://github.com/perl5-dbi/dbi/commit/bc78012cf6a70228d7d3dd0814cbde29be62bf47
  Author: Pali <p...@cpan.org>
  Date:   2018-02-09 (Fri, 09 Feb 2018)

  Changed paths:
    M Driver.xst
    M Perl.xs

  Log Message:
  -----------
  Fix compile warnings in Driver.xst

Perl.c: In function ‘XS_DBD__Perl__dr_data_sources’:
Perl.c:276:7: warning: variable ‘attr’ set but not used 
[-Wunused-but-set-variable]
  SV * attr;
       ^~~~
Perl.c: In function ‘XS_DBD__Perl__db__login’:
Perl.c:320:7: warning: variable ‘attribs’ set but not used 
[-Wunused-but-set-variable]
  SV * attribs;
       ^~~~~~~
Perl.c: In function ‘XS_DBD__Perl__db_last_insert_id’:
Perl.c:604:7: warning: variable ‘attr’ set but not used 
[-Wunused-but-set-variable]
  SV * attr;
       ^~~~


  Commit: f3f723acc7f657b7a091bd1d96acacaf9eb916ee
      
https://github.com/perl5-dbi/dbi/commit/f3f723acc7f657b7a091bd1d96acacaf9eb916ee
  Author: Tim Bunce <tim.bu...@pobox.com>
  Date:   2018-03-19 (Mon, 19 Mar 2018)

  Changed paths:
    M Driver.xst
    M Perl.xs

  Log Message:
  -----------
  Merge pull request #59 from pali/master

Fix compile warnings in Driver.xst


Compare: https://github.com/perl5-dbi/dbi/compare/3accfb15cb46...f3f723acc7f6

Reply via email to