This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
checkasm: Give macro a body to avoid potential unexpected syntax issues
tags/n2.8
Michael Niedermayer
Janne Grunau
10 years ago
parent
6cc4d3e9a9
commit
cb33f8d0f4
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/checkasm/checkasm.h
+ 1
- 1
tests/checkasm/checkasm.h
View File
@@ -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
Write
Preview
Loading…
Cancel
Save