forked from OSchip/llvm-project
msan: fix compiler warnings about unused variables
llvm-svn: 191821
This commit is contained in:
parent
164c8e1810
commit
af335eddfe
|
@ -1130,6 +1130,7 @@ struct MSanInterceptorContext {
|
|||
if (msan_init_is_running) return REAL(func)(__VA_ARGS__); \
|
||||
MSanInterceptorContext msan_ctx = {IsInInterceptorScope()}; \
|
||||
ctx = (void *)&msan_ctx; \
|
||||
(void)ctx; \
|
||||
InterceptorScope interceptor_scope; \
|
||||
ENSURE_MSAN_INITED();
|
||||
#define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \
|
||||
|
|
Loading…
Reference in New Issue