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:
Michael Niedermayer 2015-07-16 04:02:51 +02:00
parent 4afc3429be
commit a39512ba9e

View File

@ -110,7 +110,7 @@ void checkasm_stack_clobber(uint64_t clobber, ...);
}\
} while (0)
#else
#define bench_new(...)
#define bench_new(...) while(0)
#endif
#endif