Update of /cvsroot/audacity/audacity-src/src
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv8397

Modified Files:
        WaveTrack.cpp 
Log Message:
Get rid of a couple of warnings.

Index: WaveTrack.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/WaveTrack.cpp,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -d -r1.143 -r1.144
--- WaveTrack.cpp       23 Mar 2009 00:32:54 -0000      1.143
+++ WaveTrack.cpp       24 Mar 2009 05:00:53 -0000      1.144
@@ -537,7 +537,6 @@
 
             // Remember the absolute offset and add to our cuts array.
             cut->SetOffset(cs);
-printf("cut o %f cs %f ce %f\n", cs, t0, t1);
             cuts.Add(cut);
          }
 
@@ -550,7 +549,7 @@
 
       // And paste in the new data
       if (HandlePaste(t0, src)) {
-         int i;
+         unsigned int i;
 
          // First, merge the new clip(s) in with the existing clips
          if (merge && splits.GetCount() > 0)


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to