Skip to content

Commit

Permalink
fix win lint
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Sep 18, 2024
1 parent 12712db commit 5a562f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/windows/iocp/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -3274,6 +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;
AWS_LOGF_ERROR(AWS_LS_IO_SOCKET, "network_interface_names are not supported on Windows");
return false;
}

0 comments on commit 5a562f1

Please sign in to comment.