From ae4d8d9319b06f09e66b311a0358b7bf9227ec2e Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 22 Jan 2007 18:08:19 -0500 Subject: [svn-r13174] Description: Comment out adding "old" fill values to "new" fill values until we can figure out why the tests fail on 64-bit machines. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2) --- src/H5SM.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/H5SM.c b/src/H5SM.c index 85a6978..2b61b84 100755 --- a/src/H5SM.c +++ b/src/H5SM.c @@ -234,7 +234,9 @@ H5SM_type_to_flag(unsigned type_id, unsigned *type_flag) case H5O_DTYPE_ID: *type_flag = H5O_MESG_DTYPE_FLAG; break; +#ifdef NOT_YET case H5O_FILL_ID: +#endif /* NOT_YET */ case H5O_FILL_NEW_ID: *type_flag = H5O_MESG_FILL_FLAG; break; -- cgit v0.12