tests/checkasm/checkasm: Give macro a body to avoid potential unexpected syntax issues
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
4afc3429be
commit
a39512ba9e
@ -110,7 +110,7 @@ void checkasm_stack_clobber(uint64_t clobber, ...);
|
|||||||
}\
|
}\
|
||||||
} while (0)
|
} while (0)
|
||||||
#else
|
#else
|
||||||
#define bench_new(...)
|
#define bench_new(...) while(0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user