Commit 900e7c5d authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

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

parent 47fa711b
...@@ -37,14 +37,6 @@ ...@@ -37,14 +37,6 @@
#include "typegen.h" #include "typegen.h"
#include "expr.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 FILE* proxy;
static int indent = 0; static int indent = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment