summaryrefslogtreecommitdiff
path: root/tests/tget_d.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tget_d.c')
-rw-r--r--tests/tget_d.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tget_d.c b/tests/tget_d.c
index d5fe70b9a..f19929ffb 100644
--- a/tests/tget_d.c
+++ b/tests/tget_d.c
@@ -27,7 +27,7 @@ MA 02110-1301, USA. */
#include "mpfr-test.h"
static int
-check_denorms ()
+check_denorms (void)
{
mp_rnd_t rnd_mode;
mpfr_t x;
@@ -70,7 +70,7 @@ check_denorms ()
}
static void
-check_inf_nan ()
+check_inf_nan (void)
{
/* only if nans and infs are available */
#if _GMP_IEEE_FLOATS