summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Glaser <tg@mirbsd.org>2015-01-01 19:34:08 +0000
committerWaldemar Brodkorb <wbx@openadk.org>2015-01-01 13:34:49 -0600
commitfb1752b60469d959e1a469ba1ca85b754514d6e2 (patch)
treeb4630a4231dfcbdf55e3e13c6c79261f40030c79
parenta016a554e2bd5fe7ef71da2dc8c5d6698e0c49c6 (diff)
I think this is what you mean
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
-rw-r--r--libc/stdio/_scanf.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libc/stdio/_scanf.c b/libc/stdio/_scanf.c
index 9c00eb714..d48fd1267 100644
--- a/libc/stdio/_scanf.c
+++ b/libc/stdio/_scanf.c
@@ -553,9 +553,8 @@ enum {
/**********************************************************************/
#ifdef L_vfwscanf
-/* FIXME: "warning: the right operand of ">" changes sign when promoted" */
-#if WINT_MIN > EOF
-#error Unfortunately, we currently need wint_t to be able to store EOF. Sorry.
+#if WINT_MIN > WEOF
+#error Unfortunately, we currently need wint_t to be able to store WEOF. Sorry.
#endif
#define W_EOF WEOF
#define Wint wint_t