./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 this function [-Wmaybe-uninitialized] THIS->remove(tags); #### void TagLib::MPC::File::remove(tags=TagLib::MPC::File::AllTags) TagLib::MPC::File::TagTypes tags CODE: THIS->remove(tags); XSRETURN_UNDEF;