From 3015df0a5b02dee38264b191997c1949596c2c95 Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Mon, 12 Mar 2007 10:52:52 -0500 Subject: [svn-r13501] Suppress the compiler warning about the equality comparison of floating-point values. --- test/h5test.h | 2 +- test/tarray.c | 18 +++++++++--------- test/tattr.c | 17 ++++++++++------- test/tgenprop.c | 32 ++++++++++++++++++++++++++------ test/th5s.c | 5 +++-- test/tmisc.c | 16 ++++++++-------- test/tvltypes.c | 14 +++++++------- 7 files changed, 64 insertions(+), 40 deletions(-) diff --git a/test/h5test.h b/test/h5test.h index 41d476c..8c10faf 100644 --- a/test/h5test.h +++ b/test/h5test.h @@ -128,7 +128,7 @@ extern MPI_Info h5_io_info_g; /* MPI INFO object for IO */ * It's the test's responsibility not to pass in the value 0, which * may cause the equation to fail. */ -#define FLT_ABS_EQUAL(X,Y) (fabsf(X-Y)