Mercurial > audlegacy
changeset 1715:14e6dd38e108 trunk
[svn] Fixed 3 warnings, 2 unused variables and 1 missing include
author | js |
---|---|
date | Sat, 16 Sep 2006 10:08:23 -0700 |
parents | 1d2539762092 |
children | 320ce198ab34 |
files | ChangeLog Plugins/Output/arts/audio.c Plugins/Visualization/paranormal/client.c |
diffstat | 3 files changed, 11 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat Sep 16 08:34:03 2006 -0700 +++ b/ChangeLog Sat Sep 16 10:08:23 2006 -0700 @@ -1,3 +1,11 @@ +2006-09-16 15:34:03 +0000 Tony Vroon <chainsaw@gentoo.org> + revision [2365] + Use the VFS layer. + + Changes: Modified: + +4 -3 trunk/Plugins/Input/cue/cuesheet.c + + 2006-09-16 14:33:28 +0000 Jonathan Schleifer <js@h3c.de> revision [2363] More .cpp -> .cxx. Noticed by Chainsaw. Shame on me that I forgot some ;).
--- a/Plugins/Output/arts/audio.c Sat Sep 16 08:34:03 2006 -0700 +++ b/Plugins/Output/arts/audio.c Sat Sep 16 10:08:23 2006 -0700 @@ -42,8 +42,8 @@ } format_info_t; static format_info_t input; -static format_info_t effect; -static format_info_t output; +/* static format_info_t effect; */ +/* static format_info_t output; */ void artsxmms_tell_audio(AFormat * fmt, gint * srate, gint * nch)