comparison Plugins/Input/console/Audacious_Driver.cpp @ 701:d539e5c5f730 trunk

[svn] Fixes of the remaining GCC 4.1 warnings from external contributor Diego "Flameeyes" Petteno (Gentoo).
author chainsaw
date Sun, 26 Feb 2006 13:08:35 -0800
parents 980261e29f97
children 9eaff2f6cd4b
comparison
equal deleted inserted replaced
700:99382cddf771 701:d539e5c5f730
498 *title = end_get_info( info, length, 0 ); 498 *title = end_get_info( info, length, 0 );
499 } 499 }
500 500
501 // Playback 501 // Playback
502 502
503 static int silence_pending;
504
505 static void* play_loop_track( gpointer ) 503 static void* play_loop_track( gpointer )
506 { 504 {
507 g_static_mutex_lock( &playback_mutex ); 505 g_static_mutex_lock( &playback_mutex );
508 506
509 while ( console_ip_is_going ) 507 while ( console_ip_is_going )