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

itss/tests: Fix compiler warnings with flag -Wunused-macros.

parent 4d24fc41
......@@ -41,12 +41,6 @@
called_ ## func = TRUE; \
}while(0)
#define CHECK_EXPECT2(func) \
do { \
ok(expect_ ##func, "unexpected call " #func "\n"); \
called_ ## func = TRUE; \
}while(0)
#define SET_CALLED(func) \
expect_ ## func = called_ ## func = FALSE
......
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