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/tmpnam.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libc/stdio/tmpnam.c') diff --git a/libc/stdio/tmpnam.c b/libc/stdio/tmpnam.c index ffed862c1..52997d365 100644 --- a/libc/stdio/tmpnam.c +++ b/libc/stdio/tmpnam.c @@ -48,5 +48,3 @@ tmpnam (char *s) return s; } - -link_warning (tmpnam, "the use of `tmpnam' is dangerous, better use `mkstemp'") -- cgit v1.2.3