From f88a6f8e527a46167891c58736f34f8d6ba20526 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 30 Apr 2004 19:11:16 -0500 Subject: [svn-r8444] Purpose: Code cleanup Description: Remove bogus "#undef NDEBUG" at top of file, which was blocking compiler flags from setting NDEBUG properly. Platforms tested: Solaris 2.7 (arabica) FreeBSD 4.9 (sleipnir) too minor to require h5committest --- test/h5test.h | 1 - 1 file changed, 1 deletion(-) diff --git a/test/h5test.h b/test/h5test.h index 99706f0..6afbd61 100644 --- a/test/h5test.h +++ b/test/h5test.h @@ -21,7 +21,6 @@ #ifndef _H5TEST_H #define _H5TEST_H -#undef NDEBUG #include "hdf5.h" #include "H5private.h" -- cgit v0.12