Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Sep 18, 2024
1 parent 5a562f1 commit 039b016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/windows/iocp/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -3274,7 +3274,7 @@ void aws_socket_endpoint_init_local_address_for_test(struct aws_socket_endpoint
}

bool aws_is_network_interface_name_valid(char *interface_name) {
(void) interface_name;
(void)interface_name;
AWS_LOGF_ERROR(AWS_LS_IO_SOCKET, "network_interface_names are not supported on Windows");
return false;
}

0 comments on commit 039b016

Please sign in to comment.