Commit a39512ba authored by Michael Niedermayer's avatar Michael Niedermayer

tests/checkasm/checkasm: Give macro a body to avoid potential unexpected syntax issues

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 4afc3429
......@@ -110,7 +110,7 @@ void checkasm_stack_clobber(uint64_t clobber, ...);
}\
} while (0)
#else
#define bench_new(...)
#define bench_new(...) while(0)
#endif
#endif
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