]> Repos - portaudio/commitdiff
Removes another compiler warning
authorstephane <stephane@0f58301d-fd10-0410-b4af-bbb618454e57>
Sat, 13 Apr 2002 08:42:50 +0000 (08:42 +0000)
committerstephane <stephane@0f58301d-fd10-0410-b4af-bbb618454e57>
Sat, 13 Apr 2002 08:42:50 +0000 (08:42 +0000)
pa_asio/pa_asio.cpp

index 4cb72400986015ce2d9230da4b468b05104ad550..269dc59fc65ae112d9d7ac213952bea5e56b1c2a 100644 (file)
@@ -55,6 +55,7 @@
         19-02-02 New Pa_ASIO_loadDriver that calls CoInitialize on each thread on Windows : Stephane Letz
         09-04-02 Correct error code management in PaHost_Term, removes various compiler warning : Stephane Letz
         12-04-02 Add Mac includes for <Devices.h> and <Timer.h> : Phil Burk
+        13-04-02 Removes another compiler warning : Stephane Letz
         
         TO DO :
         
@@ -1324,7 +1325,7 @@ static void Output_Float32_Int32 (ASIOBufferInfo* nativeBuffer, float *outBufPtr
 //-------------------------------------------------------------------------------------------------------------------------------------------------------
 // MUST BE TESTED
 
- void Output_Float32_Float32 (ASIOBufferInfo* nativeBuffer, float *outBufPtr, int framePerBuffer, int NumInputChannels, int NumOuputChannels, int index, int hostFrameOffset, int userFrameOffset,uint32 flags,bool swap)
static void Output_Float32_Float32 (ASIOBufferInfo* nativeBuffer, float *outBufPtr, int framePerBuffer, int NumInputChannels, int NumOuputChannels, int index, int hostFrameOffset, int userFrameOffset,uint32 flags,bool swap)
 {
         long temp;
         int i,j;