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

This commit is contained in:
Michael Niedermayer 2015-07-17 18:07:58 +02:00 committed by Janne Grunau
parent 6cc4d3e9a9
commit cb33f8d0f4
1 changed files with 1 additions and 1 deletions

View File

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