Browse Source

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

tags/n2.8
Michael Niedermayer Janne Grunau 10 years ago
parent
commit
cb33f8d0f4
1 changed files with 1 additions and 1 deletions
  1. +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)
#else
#define bench_new(...)
#define bench_new(...) while(0)
#endif

#endif

Loading…
Cancel
Save