diff options
author | Stan Shebs <stanshebs@google.com> | 2015-08-26 16:10:00 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-08-26 16:10:43 -0700 |
commit | fff289f358ee26bb4cdd70f72f4b1b0e1a7d07a1 (patch) | |
tree | 178d336afbbe2df8521eccc7e4e16f66ab60531c /stdio-common/_itoa.c | |
parent | 55504a3df099b70e06cd14064adfe6bd815cedbd (diff) | |
download | glibc-fff289f358ee26bb4cdd70f72f4b1b0e1a7d07a1.tar.gz glibc-fff289f358ee26bb4cdd70f72f4b1b0e1a7d07a1.tar.xz glibc-fff289f358ee26bb4cdd70f72f4b1b0e1a7d07a1.zip |
Disable uninitialized warning with GCC 4.8
As with other spots in the code, GCC 4.8 unnecessarily complains about an uninitialized variable in tanl calcs, so this patch disables. With it, the library and sees the usual set of test passes. * sysdeps/ieee754/ldbl-96/k_tanl.c: Include <libc-internal.h>. (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
Diffstat (limited to 'stdio-common/_itoa.c')
0 files changed, 0 insertions, 0 deletions