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/stdlib/mktemp.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libc/stdlib') diff --git a/libc/stdlib/mktemp.c b/libc/stdlib/mktemp.c index 1ff93da3c..403596645 100644 --- a/libc/stdlib/mktemp.c +++ b/libc/stdlib/mktemp.c @@ -30,5 +30,3 @@ char *mktemp(char *template) return template; } - -link_warning(mktemp, "the use of `mktemp' is dangerous, better use `mkstemp'") -- cgit v1.2.3