mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 14:15:29 +01:00
checkasm: Give macro a body to avoid potential unexpected syntax issues
This commit is contained in:
committed by
Janne Grunau
parent
6cc4d3e9a9
commit
cb33f8d0f4
@@ -111,7 +111,7 @@ void checkasm_stack_clobber(uint64_t clobber, ...);
|
||||
}\
|
||||
} while (0)
|
||||
#else
|
||||
#define bench_new(...)
|
||||
#define bench_new(...) while(0)
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user