diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-28 23:05:39 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-28 23:05:39 -0600 |
commit | c5722d63ede04b656c7ac8607d075db576a226d8 (patch) | |
tree | c9ec93c8e50ad8ff6468c17dd0a54ddae32bd4f6 /libc/stdio/_stdio.c | |
parent | 6fc08ddc732c8c0a56391d30d4e86aa46bda5495 (diff) |
reduce some unneeded warnings.
Diffstat (limited to 'libc/stdio/_stdio.c')
-rw-r--r-- | libc/stdio/_stdio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/stdio/_stdio.c b/libc/stdio/_stdio.c index 388a2117c..ee247a5fd 100644 --- a/libc/stdio/_stdio.c +++ b/libc/stdio/_stdio.c @@ -195,7 +195,6 @@ void _stdio_term(void) * chain might be corrupt due to a partial store. */ STDIO_INIT_MUTEX(_stdio_openlist_add_lock); -#warning check #ifdef __STDIO_BUFFERS STDIO_INIT_MUTEX(_stdio_openlist_del_lock); #endif |