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

pull/140/head
Michael Niedermayer 10 years ago committed by Janne Grunau
parent 6cc4d3e9a9
commit cb33f8d0f4
  1. 2
      tests/checkasm/checkasm.h

@ -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…
Cancel
Save