Skip to content

Commit

Permalink
w32error_raise never returns
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jan 30, 2025
1 parent a70341b commit d00e86f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/win32/resolv/resolv.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ w32error_make_error(DWORD e)
return rb_class_new_instance(1, &code, rb_path2class("Win32::Resolv::Error"));
}

NORETURN(static void w32error_raise(DWORD e));

static void
w32error_raise(DWORD e)
{
Expand Down

0 comments on commit d00e86f

Please sign in to comment.