You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to man FD_SET the function is called as it should be. I suspect Windows has a different internal representation and therefore triggers the warning. I suspect using FD_SET((unsigned long long) fd->ifd, &rfds); might silence the warning and still work, but it could be that different compilers have different macros and that you get warnings in other compilers. As far as I am concerned we could leave this as is.
There are a few warnings when building using MSYS2 clang64.
The text was updated successfully, but these errors were encountered: