@@ -217,7 +217,7 @@ _generate_hash(const char *file)
217217MODULE = Audio ::Scan PACKAGE = Audio ::Scan
218218
219219HV *
220- _scan ( char * , char * suffix , PerlIO * infile , SV * path , int filter , int md5_size , int md5_offset )
220+ _scan ( char * dummy , char * suffix , PerlIO * infile , SV * path , int filter , int md5_size , int md5_offset )
221221CODE :
222222{
223223 taghandler * hdl ;
@@ -269,7 +269,7 @@ OUTPUT:
269269 RETVAL
270270
271271int
272- _find_frame ( char * , char * suffix , PerlIO * infile , SV * path , int offset )
272+ _find_frame ( char * dummy , char * suffix , PerlIO * infile , SV * path , int offset )
273273CODE :
274274{
275275 taghandler * hdl ;
@@ -285,7 +285,7 @@ OUTPUT:
285285 RETVAL
286286
287287HV *
288- _find_frame_return_info ( char * , char * suffix , PerlIO * infile , SV * path , int offset )
288+ _find_frame_return_info ( char * dummy , char * suffix , PerlIO * infile , SV * path , int offset )
289289CODE :
290290{
291291 taghandler * hdl = _get_taghandler (suffix );
@@ -309,7 +309,7 @@ OUTPUT:
309309 RETVAL
310310
311311int
312- is_supported (char * , SV * path )
312+ is_supported (char * dummy , SV * path )
313313CODE :
314314{
315315 char * suffix = strrchr ( SvPVX (path ), '.' );
@@ -325,7 +325,7 @@ OUTPUT:
325325 RETVAL
326326
327327SV *
328- type_for (char * , SV * suffix )
328+ type_for (char * dummy , SV * suffix )
329329CODE :
330330{
331331 taghandler * hdl = NULL ;
@@ -363,7 +363,7 @@ OUTPUT:
363363 RETVAL
364364
365365AV *
366- extensions_for (char * , SV * type )
366+ extensions_for (char * dummy , SV * type )
367367CODE :
368368{
369369 int i , j ;
0 commit comments