aboutsummaryrefslogtreecommitdiffstats
path: root/compat/win32mmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat/win32mmap.c')
-rw-r--r--compat/win32mmap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/compat/win32mmap.c b/compat/win32mmap.c
index a4ab4cb939..e951934316 100644
--- a/compat/win32mmap.c
+++ b/compat/win32mmap.c
@@ -1,3 +1,5 @@
+#define DISABLE_SIGN_COMPARE_WARNINGS
+
#include "../git-compat-util.h"
void *git_mmap(void *start, size_t length, int prot, int flags, int fd, off_t offset)