[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
This commit is contained in:
Quincey Koziol 2004-04-30 19:11:16 -05:00
parent 5cd5b713b3
commit f88a6f8e52

View File

@ -21,7 +21,6 @@
#ifndef _H5TEST_H
#define _H5TEST_H
#undef NDEBUG
#include "hdf5.h"
#include "H5private.h"