diff options
| -rw-r--r-- | ports/gettext/config.h | 3 |
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) |
