globus / globus-toolkit-documentation

Documentation for the Globus Toolkit
1 stars 6 forks source link

globus_gatekeeper.c:2222: parameters shouldn't match ? #14

Open dcb314 opened 6 years ago

dcb314 commented 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.