jmorrill commented on a change in pull request #4306: Fix incorrect call to 
Unicode Win32 InetPton
URL: https://github.com/apache/incubator-tvm/pull/4306#discussion_r344977112
 
 

 ##########
 File path: src/common/socket.h
 ##########
 @@ -59,7 +59,7 @@ static inline int poll(struct pollfd *pfd, int nfds,
   return WSAPoll(pfd, nfds, timeout);
 }
 static inline int inet_pton(int family, const char* addr_str, void* addr_buf) {
 
 Review comment:
   Good find!  I removed the "static inline int inet_pton" function from 
socket.h and got a successful build on Windows.
   
   Should I close this PR and resubmit a new PR with it removed?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to