itss/tests: Fix compiler warnings with flag -Wunused-macros.
This commit is contained in:
parent
4d24fc415f
commit
a6657bb084
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue