[PATCH] libs/wine: Avoid compiler warnings about unused parameter(-W)

Detlef Riekenberg wine.dev at web.de
Sun Nov 4 05:58:39 CST 2007


---
 libs/wine/debug.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/libs/wine/debug.c b/libs/wine/debug.c
index 67cc172..5fc56e7 100644
--- a/libs/wine/debug.c
+++ b/libs/wine/debug.c
@@ -261,6 +261,8 @@ static char *get_temp_buffer( size_t siz
 static void release_temp_buffer( char *buffer, size_t size )
 {
     /* don't bother doing anything */
+    buffer = buffer;
+    size = size;
 }
 
 
-- 
1.4.1


--=-zTtM4ZJ/9heme/MHlPbu--




More information about the wine-patches mailing list