From 32d11b1454734c7931b8b0ec98cf5aba1970dde5 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 12 Apr 2015 18:40:58 +0200 Subject: remove more of the link_warnings Only the stub warnings left for now. --- libc/string/sys_errlist.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libc/string') diff --git a/libc/string/sys_errlist.c b/libc/string/sys_errlist.c index 17ed4d62c..682ff0e7e 100644 --- a/libc/string/sys_errlist.c +++ b/libc/string/sys_errlist.c @@ -12,8 +12,6 @@ extern const char _string_syserrmsgs[] attribute_hidden; #ifdef __UCLIBC_HAS_SYS_ERRLIST__ -link_warning(_sys_errlist, "sys_nerr and sys_errlist are obsolete and uClibc support for them (in at least some configurations) will probably be unavailable in the near future.") - const char *const sys_errlist[] = { [0] = _string_syserrmsgs + 0, [EPERM] = _string_syserrmsgs + 8, -- cgit v1.2.3