This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "uClibc-ng - small C library for embedded systems".
The branch, master has been updated
via e762a60c733a668c11f9c8f8d997e7e34b8b9516 (commit)
from 7fa20cef3fc120c9c9fb96c46bd06feb69cef3ca (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e762a60c733a668c11f9c8f8d997e7e34b8b9516
Author: Waldemar Brodkorb <wbx(a)uclibc-ng.org>
Date: Tue Dec 30 21:28:10 2014 +0100
remove another two warnings.
-----------------------------------------------------------------------
Summary of changes:
libc/stdio/__fpending.c | 7 -------
libc/sysdeps/linux/common/bits/uClibc_fpmax.h | 4 ----
2 files changed, 11 deletions(-)
diff --git a/libc/stdio/__fpending.c b/libc/stdio/__fpending.c
index a7fe054..e7e33e8 100644
--- a/libc/stdio/__fpending.c
+++ b/libc/stdio/__fpending.c
@@ -18,13 +18,6 @@
* convert wide chars to their multibyte encodings and buffer _those_.
*/
-#ifdef __UCLIBC_HAS_WCHAR__
-#warning Note: Unlike the glibc version, this __fpending returns bytes in buffer for wide
streams too!
-
-link_warning(__fpending, "This version of __fpending returns bytes remaining in
buffer for both narrow and wide streams. glibc's version returns wide chars in buffer
for the wide stream case.")
-
-#endif
-
size_t __fpending(register FILE * __restrict stream)
{
__STDIO_STREAM_VALIDATE(stream);
diff --git a/libc/sysdeps/linux/common/bits/uClibc_fpmax.h
b/libc/sysdeps/linux/common/bits/uClibc_fpmax.h
index bbea1ae..b7dcee1 100644
--- a/libc/sysdeps/linux/common/bits/uClibc_fpmax.h
+++ b/libc/sysdeps/linux/common/bits/uClibc_fpmax.h
@@ -68,10 +68,6 @@ typedef float __fpmax_t;
#ifndef DECIMAL_DIG
-#ifdef L___strtofpmax
-/* Emit warning only once. */
-#warning DECIMAL_DIG is not defined! If you are using gcc, it may not be defining
__STDC_VERSION__ as it should.
-#endif
#if !defined(FLT_RADIX) || (FLT_RADIX != 2)
#error unable to compensate for missing DECIMAL_DIG!
#endif
hooks/post-receive
--
uClibc-ng - small C library for embedded systems
Show replies by date