summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2018-07-16 16:54:23 +0100
committerPaul Gardiner <paul.gardiner@artifex.com>2018-07-17 14:57:15 +0100
commit8e36fb40f92e3ebe3989aaf7b54c898eb040cbce (patch)
tree912200906528f9314bb0606ef9fe2a6d36b5ad9e /scripts
parenteed7ed720c7e36d45edaf6cf372d5f2098bcaa2a (diff)
downloadmupdf-8e36fb40f92e3ebe3989aaf7b54c898eb040cbce.tar.xz
Squash MSVC warnings in bin2coff.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/bin2coff.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/bin2coff.c b/scripts/bin2coff.c
index 8c8a956f..8c3a5705 100644
--- a/scripts/bin2coff.c
+++ b/scripts/bin2coff.c
@@ -33,6 +33,8 @@
+ Accept 'Win32' and 'x64' as flags.
*/
+#define _CRT_SECURE_NO_WARNINGS
+
#include <stdio.h>
#include <string.h>
#include <stdlib.h>