mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-30 14:40:32 +00:00
tests/checkasm/checkasm: Give macro a body to avoid potential unexpected syntax issues
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
4afc3429be
commit
a39512ba9e
@ -110,7 +110,7 @@ void checkasm_stack_clobber(uint64_t clobber, ...);
|
||||
}\
|
||||
} while (0)
|
||||
#else
|
||||
#define bench_new(...)
|
||||
#define bench_new(...) while(0)
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user