fixed several gcc warnings on unused debug variables

This commit is contained in:
Max Kellermann
2009-12-14 23:22:51 +01:00
parent 849d7895dc
commit 51d0687377
3 changed files with 3 additions and 2 deletions

View File

@@ -426,7 +426,7 @@ static bool player_seek_decoder(struct player *player)
*/
static void player_process_command(struct player *player)
{
struct decoder_control *dc = player->dc;
G_GNUC_UNUSED struct decoder_control *dc = player->dc;
switch (pc.command) {
case PLAYER_COMMAND_NONE: