Skip to content

Commit 7bf316f

Browse files
committed
clang-cl: fix "unused variable flags" warning
1 parent 7ae9c5d commit 7bf316f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/faulthandler.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,6 @@ faulthandler_exc_handler(struct _EXCEPTION_POINTERS *exc_info)
403403
{
404404
const int fd = fatal_error.fd;
405405
DWORD code = exc_info->ExceptionRecord->ExceptionCode;
406-
DWORD flags = exc_info->ExceptionRecord->ExceptionFlags;
407406

408407
if (faulthandler_ignore_exception(code)) {
409408
/* ignore the exception: call the next exception handler */

0 commit comments

Comments
 (0)