[ruby/resolv] w32error_raise never returns

https://github.com/ruby/resolv/commit/d00e86f7e4
This commit is contained in:
Nobuyoshi Nakada 2025-01-30 14:11:24 +09:00 committed by git
parent 895aa44b81
commit 8f77e694f9

View File

@ -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)
{