Fix unused-variable warning

llvm-svn: 213786
This commit is contained in:
Alexey Samsonov 2014-07-23 19:40:54 +00:00
parent a950658e3c
commit db615d565d
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ void MaybePrintStackTrace(uptr pc, uptr bp);
#define MAYBE_PRINT_STACK_TRACE() do { \
GET_CALLER_PC_BP_SP; \
(void)sp; \
MaybePrintStackTrace(pc, bp); \
} while (0)