1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
* 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:
Ulrich Drepper
2000-11-01 19:15:39 +00:00
parent a720a3aceb
commit 7c4c1a0916
3 changed files with 8 additions and 3 deletions

View File

@ -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;