Commit 4205078b authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Fix clang-cl warning

parent f3c1e3f4
......@@ -360,7 +360,8 @@ static void init_pipe_security_descriptor()
goto fail;
snprintf(sddl_string, sizeof(sddl_string), SDDL_FMT,
EVERYONE_PIPE_ACCESS_MASK, current_user_string_sid);
(unsigned int)EVERYONE_PIPE_ACCESS_MASK,
current_user_string_sid);
LocalFree(current_user_string_sid);
if (ConvertStringSecurityDescriptorToSecurityDescriptor(sddl_string,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment