summaryrefslogtreecommitdiff
path: root/libc/stdio
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2014-12-30 21:28:10 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2014-12-30 21:28:10 +0100
commite762a60c733a668c11f9c8f8d997e7e34b8b9516 (patch)
tree7940e2d381832ccf0c935b031fbf782acdd49616 /libc/stdio
parent7fa20cef3fc120c9c9fb96c46bd06feb69cef3ca (diff)
remove another two warnings.
Diffstat (limited to 'libc/stdio')
-rw-r--r--libc/stdio/__fpending.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libc/stdio/__fpending.c b/libc/stdio/__fpending.c
index a7fe05463..e7e33e80a 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);