[Scummvm-cvs-logs] CVS: scummvm/sound/softsynth/mt32 part.cpp,1.2,1.3 synth.cpp,1.3,1.4

Andrew Kurushin h00ligan at users.sourceforge.net
Sat Apr 16 10:06:34 CEST 2005


Update of /cvsroot/scummvm/scummvm/sound/softsynth/mt32
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30231

Modified Files:
	part.cpp synth.cpp 
Log Message:
vc compile warn

Index: part.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/softsynth/mt32/part.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- part.cpp	20 Mar 2005 16:24:55 -0000	1.2
+++ part.cpp	16 Apr 2005 17:05:14 -0000	1.3
@@ -233,7 +233,7 @@
 	patchTemp->patch = *patch;
 }
 
-void RhythmPart::setTimbre(TimbreParam *timbre) {
+void RhythmPart::setTimbre(TimbreParam * /*timbre*/) {
 	synth->printDebug("%s: Attempted to call setTimbre() - doesn't make sense for rhythm", name);
 }
 

Index: synth.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/softsynth/mt32/synth.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- synth.cpp	13 Apr 2005 18:36:55 -0000	1.3
+++ synth.cpp	16 Apr 2005 17:05:14 -0000	1.4
@@ -715,7 +715,7 @@
 	}
 }
 
-void Synth::readSysex(unsigned char device, const Bit8u *sysex, Bit32u len) {
+void Synth::readSysex(unsigned char /*device*/, const Bit8u * /*sysex*/, Bit32u /*len*/) {
 }
 
 const MemoryRegion memoryRegions[8] = {





More information about the Scummvm-git-logs mailing list