mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Update.
* sysdeps/unix/sysv/linux/bits/socket.h (CMSG_ALIGN): Cast result of unary ~ to size_t. * stdlib/strtod.c: Make gcc shut up about SWAP use.
This commit is contained in:
@ -1051,7 +1051,7 @@ INTERNAL (STRTOF) (nptr, endptr, group LOCALE_PARAM)
|
||||
numsize += size;
|
||||
if (cy == 0)
|
||||
--numsize;
|
||||
SWAP (psrc, pdest);
|
||||
(void) SWAP (psrc, pdest);
|
||||
}
|
||||
expbit <<= 1;
|
||||
++ttab;
|
||||
@ -1214,7 +1214,7 @@ INTERNAL (STRTOF) (nptr, endptr, group LOCALE_PARAM)
|
||||
densize += ttab->arraysize - _FPIO_CONST_OFFSET;
|
||||
if (cy == 0)
|
||||
--densize;
|
||||
SWAP (psrc, pdest);
|
||||
(void) SWAP (psrc, pdest);
|
||||
}
|
||||
}
|
||||
expbit <<= 1;
|
||||
|
Reference in New Issue
Block a user