aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHennadii Zabula <zabulus12@gmail.com>2017-05-29 09:55:52 +0300
committerHennadii Zabula <zabulus12@gmail.com>2017-05-29 11:09:20 +0300
commit6161049f3c895282e7b4237624f26e216f4e7314 (patch)
treea20827b07b0afd89a9a00b5d80f70227d8f149a2
parent39b69e5b06df309b9dcfea55296a4c2c3eea93ce (diff)
downloadvcpkg-6161049f3c895282e7b4237624f26e216f4e7314.tar.gz
vcpkg-6161049f3c895282e7b4237624f26e216f4e7314.zip
Fix gettext arm
-rw-r--r--ports/gettext/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/gettext/config.h b/ports/gettext/config.h
index cde9f23b4..81811e937 100644
--- a/ports/gettext/config.h
+++ b/ports/gettext/config.h
@@ -1,6 +1,9 @@
/* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
+/* Disable function deprecated warnings */
+#define _CRT_NONSTDC_NO_WARNINGS
+
/* Define to the number of bits in type 'ptrdiff_t'. */
#define BITSIZEOF_PTRDIFF_T sizeof(ptrdiff_t)