mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
checkasm: Give macro a body to avoid potential unexpected syntax issues
This commit is contained in:
parent
6cc4d3e9a9
commit
cb33f8d0f4
@ -111,7 +111,7 @@ void checkasm_stack_clobber(uint64_t clobber, ...);
|
|||||||
}\
|
}\
|
||||||
} while (0)
|
} while (0)
|
||||||
#else
|
#else
|
||||||
#define bench_new(...)
|
#define bench_new(...) while(0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user