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/stdio/gets.c | |
parent | ef9ba4461921ac472ffbb057e7423dfb7331508c (diff) |
remove more of the link_warnings
Only the stub warnings left for now.
Diffstat (limited to 'libc/stdio/gets.c')
-rw-r--r-- | libc/stdio/gets.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/stdio/gets.c b/libc/stdio/gets.c index 515e966d1..9f4b751a1 100644 --- a/libc/stdio/gets.c +++ b/libc/stdio/gets.c @@ -7,8 +7,6 @@ #include "_stdio.h" -link_warning(gets, "the 'gets' function is dangerous and should not be used.") - /* UNSAFE FUNCTION -- do not bother optimizing */ /* disable macro, force actual function call */ |