Initialize volume_level to squelch compiler warning

This commit is contained in:
rocky
2005-03-18 15:42:25 +00:00
parent 90d9291faf
commit 9a619c8b53

View File

@@ -1,5 +1,5 @@
/* /*
$Id: cdda-player.c,v 1.18 2005/03/17 08:54:11 rocky Exp $ $Id: cdda-player.c,v 1.19 2005/03/18 15:42:25 rocky Exp $
Copyright (C) 2005 Rocky Bernstein <rocky@panix.com> Copyright (C) 2005 Rocky Bernstein <rocky@panix.com>
@@ -1218,7 +1218,7 @@ main(int argc, char *argv[])
int c, nostop=0; int c, nostop=0;
char *h; char *h;
int i_rc = 0; int i_rc = 0;
int i_volume_level; int i_volume_level = 0;
cd_operation_t todo; /* operation to do in non-interactive mode */ cd_operation_t todo; /* operation to do in non-interactive mode */
psz_program = strrchr(argv[0],'/'); psz_program = strrchr(argv[0],'/');