diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2004-06-03 18:37:04 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2004-06-03 18:37:04 (GMT) |
commit | 5f11bb72604661395e3ae43a1d10ccc76be532cf (patch) | |
tree | 8a0e67449ad6279c511012568a70c244f5f0adb3 /test | |
parent | 9edaa969a341cda3b8a778168e5de7df8215ca5d (diff) | |
download | hdf5-5f11bb72604661395e3ae43a1d10ccc76be532cf.zip hdf5-5f11bb72604661395e3ae43a1d10ccc76be532cf.tar.gz hdf5-5f11bb72604661395e3ae43a1d10ccc76be532cf.tar.bz2 |
[svn-r8609] Purpose: bug fix
Description: internal function opaque_check didn't have prototype.
Platforms tested: no test needed for such a simple change.
Diffstat (limited to 'test')
-rw-r--r-- | test/dtypes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dtypes.c b/test/dtypes.c index 61beb86..e1bc0a5 100644 --- a/test/dtypes.c +++ b/test/dtypes.c @@ -114,6 +114,7 @@ void some_dummy_func(float x); static hbool_t overflows(unsigned char *origin_bits, dtype_t src_dtype, size_t src_size_bytes, size_t dst_num_bits); static int my_isnan(dtype_t type, void *val); +static int opaque_check(int tag_it); /*------------------------------------------------------------------------- |