dlls/winenas.drv/audio.c -- warning fix

Gerald Pfeifer gerald at pfeifer.com
Sat Aug 30 05:51:37 CDT 2008


I noticed this has been in my local tree, but I failed to submit it;
with that, GCC 4.4 (with default options) should be down to two or
three warnings.

Gerald


ChangeLog:
Add return statement to wodPlayer().

Index: dlls/winenas.drv/audio.c
===================================================================
RCS file: /home/wine/wine/dlls/winenas.drv/audio.c,v
retrieving revision 1.5
diff -u -3 -p -r1.5 audio.c
--- dlls/winenas.drv/audio.c	27 Mar 2008 12:24:32 -0000	1.5
+++ dlls/winenas.drv/audio.c	30 Aug 2008 10:49:06 -0000
@@ -867,7 +867,7 @@ static	DWORD	CALLBACK	wodPlayer(LPVOID p
            nas_add_buffer(wwo);
            wodPlayer_PlayPtrNext(wwo);
         }
-
+    return 0;
     }
 }
 



More information about the wine-patches mailing list