From 6161049f3c895282e7b4237624f26e216f4e7314 Mon Sep 17 00:00:00 2001 From: Hennadii Zabula Date: Mon, 29 May 2017 09:55:52 +0300 Subject: Fix gettext arm --- ports/gettext/config.h | 3 +++ 1 file changed, 3 insertions(+) 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) -- cgit v1.2.3