Open dcb314 opened 6 years ago
globus_gatekeeper.c:2222:22: warning: passing argument 2 to restrict-qualified parameter aliases with argument 4 [-Wrestrict]
Source code is
n = select(skt + 1, &fdset, (fd_set *) 0, &fdset, &timeout);
The read set and the error set can't be the same.
globus_gatekeeper.c:2222:22: warning: passing argument 2 to restrict-qualified parameter aliases with argument 4 [-Wrestrict]
Source code is
The read set and the error set can't be the same.