mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
fix compiler warning
This commit is contained in:
@@ -60,7 +60,7 @@ static int
|
||||
internal_close(PyFileIOObject *self)
|
||||
{
|
||||
int err = 0;
|
||||
int save_errno;
|
||||
int save_errno = 0;
|
||||
if (self->fd >= 0) {
|
||||
int fd = self->fd;
|
||||
self->fd = -1;
|
||||
|
||||
Reference in New Issue
Block a user