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/stdio/tempnam.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libc/stdio/tempnam.c') diff --git a/libc/stdio/tempnam.c b/libc/stdio/tempnam.c index 74bb26ed5..5ef199ef4 100644 --- a/libc/stdio/tempnam.c +++ b/libc/stdio/tempnam.c @@ -40,5 +40,3 @@ tempnam (const char *dir, const char *pfx) return strdup (buf); } - -link_warning (tempnam, "the use of OBSOLESCENT `tempnam' is discouraged, use `mkstemp'") -- cgit v1.2.3