Commit cb33f8d0 authored by Michael Niedermayer's avatar Michael Niedermayer Committed by Janne Grunau

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

parent 6cc4d3e9
......@@ -111,7 +111,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