=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: widl: Fix compiler warnings with flag -Wunused-macros.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Dec 10 15:34:08 CST 2014


Module: wine
Branch: master
Commit: 900e7c5d6559eddfc14518f203fb36bc97881cda
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=900e7c5d6559eddfc14518f203fb36bc97881cda

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue Dec  9 23:29:18 2014 +0100

widl: Fix compiler warnings with flag -Wunused-macros.

---

 tools/widl/proxy.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/tools/widl/proxy.c b/tools/widl/proxy.c
index 0c0d7ce..f4fe6f5 100644
--- a/tools/widl/proxy.c
+++ b/tools/widl/proxy.c
@@ -37,14 +37,6 @@
 #include "typegen.h"
 #include "expr.h"
 
-#define END_OF_LIST(list)       \
-  do {                          \
-    if (list) {                 \
-      while (NEXT_LINK(list))   \
-        list = NEXT_LINK(list); \
-    }                           \
-  } while(0)
-
 static FILE* proxy;
 static int indent = 0;
 




More information about the wine-cvs mailing list