diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-04-12 18:40:58 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-04-12 18:40:58 +0200 |
commit | 32d11b1454734c7931b8b0ec98cf5aba1970dde5 (patch) | |
tree | 572bf5cb716c952f41040237898bb01c455d1b1b /libc/stdlib | |
parent | ef9ba4461921ac472ffbb057e7423dfb7331508c (diff) |
remove more of the link_warnings
Only the stub warnings left for now.
Diffstat (limited to 'libc/stdlib')
-rw-r--r-- | libc/stdlib/mktemp.c | 2 |
1 files changed, 0 insertions, 2 deletions
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'") |