From 83abb2d3ff558d7e598f7cc16abcbe19e880e2ee Mon Sep 17 00:00:00 2001 From: stephane Date: Sat, 13 Apr 2002 08:42:50 +0000 Subject: [PATCH] Removes another compiler warning --- pa_asio/pa_asio.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pa_asio/pa_asio.cpp b/pa_asio/pa_asio.cpp index 4cb7240..269dc59 100644 --- a/pa_asio/pa_asio.cpp +++ b/pa_asio/pa_asio.cpp @@ -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 and : 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; -- 2.43.0