summaryrefslogtreecommitdiff
path: root/src/cc-compat.h
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2011-09-29 17:04:45 +0200
committerVicent Marti <tanoku@gmail.com>2011-09-29 17:04:45 +0200
commit6c8b458dccec1a4c81825d9c0777232540abac06 (patch)
treeb01b8e97a79a57d5cb5f141a87b6ed57b96ccf5f /src/cc-compat.h
parent6e34111e136f2881dc98696314e4ea6b246e393d (diff)
downloadlibgit2-6c8b458dccec1a4c81825d9c0777232540abac06.tar.gz
mingw: Fix compilation warnings
Diffstat (limited to 'src/cc-compat.h')
-rw-r--r--src/cc-compat.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/cc-compat.h b/src/cc-compat.h
index 78dfba7d1..cce4ca9b1 100644
--- a/src/cc-compat.h
+++ b/src/cc-compat.h
@@ -65,13 +65,6 @@
# define PRIuZ "zu"
#endif
-/* Define the printf format for 64 bit types */
-#if defined(__MINGW32__)
-# define PRIdMAX "I64d"
-#else
-# define PRIdMAX "lld"
-#endif
-
/* Micosoft Visual C/C++ */
#if defined(_MSC_VER)
/* disable "deprecated function" warnings */