summaryrefslogtreecommitdiffstats
path: root/test/enum.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-07-15 19:49:04 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-07-15 19:49:04 (GMT)
commite9d6c992d638f25a461c65411678f5fac8282257 (patch)
tree5c714117d1d8997550d77997b85e5a6f8e401d13 /test/enum.c
parentf9ac366dbd2c27c76048fe2619767943f860583b (diff)
downloadhdf5-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.c3
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;