summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/main.c b/main.c
index 80c69052..da8bf515 100644
--- a/main.c
+++ b/main.c
@@ -66,7 +66,9 @@ static void catchstackoverflow(int emergency, stackoverflow_context_t scp);
#endif
static void nostalgia(void) ATTRIBUTE_NORETURN;
static void version(void) ATTRIBUTE_NORETURN;
+#if 0
static void deprecate_mpfr(void);
+#endif
static void init_fds(void);
static void init_groupset(void);
static void save_argv(int, char **);
@@ -1688,7 +1690,7 @@ parse_args(int argc, char **argv)
#else
warning(_("-M ignored: MPFR/GMP support not compiled in"));
#endif
- deprecate_mpfr();
+ // deprecate_mpfr();
break;
case 'P':
@@ -1857,6 +1859,7 @@ set_current_namespace(const char *new_namespace)
current_namespace = new_namespace;
}
+#if 0
/* deprecate_mpfr --- print long info about MPFR being deprecated */
static void
@@ -1875,3 +1878,4 @@ deprecate_mpfr(void)
warning(_("Use `export GAWK_NO_MPFR_WARN=1' to disable this warning."));
}
}
+#endif