diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-06-12 18:24:25 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-06-12 18:24:25 (GMT) |
commit | 1ae81a8edeecd7ed38371fe6c0ffdbf13c74362b (patch) | |
tree | 93fda3ac4b5af5dc5fa0ba7c5a7f4521d69b1703 /test/enum.c | |
parent | bdefbb5cba63402c819819545c3d45e862540ee6 (diff) | |
download | hdf5-1ae81a8edeecd7ed38371fe6c0ffdbf13c74362b.zip hdf5-1ae81a8edeecd7ed38371fe6c0ffdbf13c74362b.tar.gz hdf5-1ae81a8edeecd7ed38371fe6c0ffdbf13c74362b.tar.bz2 |
[svn-r5605] Purpose:
Code cleanup
Description:
Clean up some compiler warnings...
Platforms tested:
FreeBSD 4.5 (sleipnir)
Diffstat (limited to 'test/enum.c')
-rw-r--r-- | test/enum.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/enum.c b/test/enum.c index 7545ff0..1def5bc 100644 --- a/test/enum.c +++ b/test/enum.c @@ -357,11 +357,10 @@ test_tr2(hid_t file) *------------------------------------------------------------------------- */ static int -test_value_dsnt_exist() +test_value_dsnt_exist(void) { hid_t datatype_id; /* identifiers */ - herr_t status; int val; char nam[100]; size_t size = 100; |