...
This commit is contained in:
parent
c75d7f60cb
commit
40928beeb4
@ -14,7 +14,7 @@ static char drain_buf[1024] = {0};
|
||||
|
||||
static PyObject*
|
||||
drain_read(PyObject UNUSED *self, PyObject *fd) {
|
||||
read(PyLong_AsLong(fd), drain_buf, sizeof(drain_buf));
|
||||
(void)read(PyLong_AsLong(fd), drain_buf, sizeof(drain_buf));
|
||||
Py_RETURN_NONE;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user