Silenced a ton of warnings, and disabled several unreferenced functions (dead code) - hopefully, compilation hasn't been broken...
svn-id: r38243
This commit is contained in:
parent
c3cd2b7f06
commit
24dc986944
24 changed files with 86 additions and 28 deletions
|
@ -125,7 +125,8 @@ _freeze_time(sfx_state_t *self)
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
#if 0
|
||||
// Unreferenced - removed
|
||||
static void
|
||||
_dump_playing_list(sfx_state_t *self, char *msg)
|
||||
{
|
||||
|
@ -148,6 +149,7 @@ _dump_playing_list(sfx_state_t *self, char *msg)
|
|||
|
||||
fprintf(stderr, "]\n");
|
||||
}
|
||||
#endif
|
||||
|
||||
static void
|
||||
_dump_songs(sfx_state_t *self)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue