summaryrefslogtreecommitdiffstats
path: root/src/getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/getopt.c')
-rw-r--r--src/getopt.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/getopt.c b/src/getopt.c
index 177e503..0dbe6a5 100644
--- a/src/getopt.c
+++ b/src/getopt.c
@@ -91,6 +91,10 @@ gpietsch@comcast.net
#include "getopt.h"
#endif
+#ifdef _WIN32
+#pragma warning(disable: 4701)
+#endif
+
/* macros */
/* types */