Help for this page

Select Code to Download


  1. or download this
    ./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);
    
  2. or download this
    void
    TagLib::MPC::File::remove(tags=TagLib::MPC::File::AllTags)
    ...
    CODE:
        THIS->remove(tags);
        XSRETURN_UNDEF;