Skip to content

Commit 4f935a7

Browse files
committed
Fix build
1 parent f076ff1 commit 4f935a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/from_current.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@ CPPTRACE_BEGIN_NAMESPACE
618618
collect_current_trace(2, exception_ptrs);
619619
#else
620620
collect_current_trace(2);
621+
(void)exception_ptrs;
621622
#endif
622623
}
623624
return filter_result;
@@ -629,6 +630,7 @@ CPPTRACE_BEGIN_NAMESPACE
629630
collect_current_trace(2, exception_ptrs);
630631
#else
631632
collect_current_trace(2);
633+
(void)exception_ptrs;
632634
#endif
633635
}
634636
}

0 commit comments

Comments
 (0)