geoffleach has asked for the wisdom of the Perl Monks concerning the following question:
./xs/mpcfile.xs: In function ‘void XS_Audio__TagLib__MPC__File_remove( +PerlInterpreter*, CV*)’: ./xs/mpcfile.xs:94:14: warning: ‘tags’ may be used uninitialized in th +is function [-Wmaybe-uninitialized] THIS->remove(tags);
Which apparently comes from this XS sub </ps>
What am I missing?void TagLib::MPC::File::remove(tags=TagLib::MPC::File::AllTags) TagLib::MPC::File::TagTypes tags CODE: THIS->remove(tags); XSRETURN_UNDEF;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Uninitialized warning seems out of place
by Anonymous Monk on Jul 18, 2016 at 23:17 UTC | |
by geoffleach (Scribe) on Jul 25, 2016 at 03:03 UTC |