summaryrefslogtreecommitdiff
path: root/passwd/apr_getpass.c
diff options
context:
space:
mode:
Diffstat (limited to 'passwd/apr_getpass.c')
-rw-r--r--passwd/apr_getpass.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/passwd/apr_getpass.c b/passwd/apr_getpass.c
index dc1a44d60..8d012255e 100644
--- a/passwd/apr_getpass.c
+++ b/passwd/apr_getpass.c
@@ -68,7 +68,9 @@
#include <unistd.h>
#endif
#if APR_HAVE_CONIO_H
+#pragma warning(disable: 4032)
#include <conio.h>
+#pragma warning(default: 4032)
#endif
#if APR_HAVE_STDLIB_H
#include <stdlib.h>