diff options
author | Roland McGrath <roland@gnu.org> | 1995-03-13 10:00:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-03-13 10:00:11 +0000 |
commit | 67a3a8ac7fef11753205c69da9df9c4ef30f6076 (patch) | |
tree | df9258ef6f20d92185c38bec42a64cf1b23da9ec /ChangeLog | |
parent | 51f753022889f9cb9640947fa347ad1df30718ee (diff) | |
download | glibc-67a3a8ac7fef11753205c69da9df9c4ef30f6076.tar glibc-67a3a8ac7fef11753205c69da9df9c4ef30f6076.tar.gz glibc-67a3a8ac7fef11753205c69da9df9c4ef30f6076.tar.bz2 glibc-67a3a8ac7fef11753205c69da9df9c4ef30f6076.zip |
* stdio/printf_fp.c (group_number): Cast *GROUPING to unsigned int
to avoid warning.
* sysdeps/generic/sigset.h (__SIGSETFN): Cast result of sizeof to
int to avoid warning.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ Mon Mar 13 01:48:16 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + * stdio/printf_fp.c (group_number): Cast *GROUPING to unsigned int + to avoid warning. + * sysdeps/generic/sigset.h (__SIGSETFN): Cast result of sizeof to + int to avoid warning. + Support building several flavors of objects and libraries. * Makerules (libtypes, object-suffixes): New variables. (libtype.*, CFLAGS-*, CPPFLAGS-*): New variables for each object |