Update of /cvsroot/audacity/audacity-src/src/blockfile
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv31516/blockfile
Modified Files:
SimpleBlockFile.cpp
Log Message:
Get rid of more warnings. (Hope they're all correct...)
Index: SimpleBlockFile.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/blockfile/SimpleBlockFile.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- SimpleBlockFile.cpp 25 Jan 2007 03:01:11 -0000 1.23
+++ SimpleBlockFile.cpp 28 Mar 2007 04:14:04 -0000 1.24
@@ -164,7 +164,7 @@
if (mCache.active)
{
delete[] mCache.sampleData;
- delete[] mCache.summaryData;
+ delete[] (char *)mCache.summaryData;
}
}
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs