diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-07-15 19:49:04 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-07-15 19:49:04 (GMT) |
commit | e9d6c992d638f25a461c65411678f5fac8282257 (patch) | |
tree | 5c714117d1d8997550d77997b85e5a6f8e401d13 /test/enum.c | |
parent | f9ac366dbd2c27c76048fe2619767943f860583b (diff) | |
download | hdf5-e9d6c992d638f25a461c65411678f5fac8282257.zip hdf5-e9d6c992d638f25a461c65411678f5fac8282257.tar.gz hdf5-e9d6c992d638f25a461c65411678f5fac8282257.tar.bz2 |
[svn-r12474]
Clean up some compiler warnings.
Tested on:
FreeBSD 4.11 (sleipnir)
Too minor to require h5committest
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 f626f5c..02cad81 100644 --- a/test/enum.c +++ b/test/enum.c @@ -445,9 +445,8 @@ test_value_dsnt_exist(void) static int test_funcs(void) { - hid_t type=-1, cwg=-1; + hid_t type=-1; c_e1 val; - signed char val8; int size; H5T_pad_t inpad; H5T_cset_t cset; |