Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compile warnings in Driver.xst #59

Merged
merged 1 commit into from Mar 19, 2018
Merged

Conversation

pali
Copy link
Member

@pali pali commented Feb 9, 2018

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;
^~~~

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;
       ^~~~
@timbunce timbunce merged commit f3f723a into perl5-dbi:master Mar 19, 2018
@timbunce
Copy link
Member

Thanks @pali

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants