diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-08-08 17:52:17 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-08-08 17:52:17 (GMT) |
commit | 6680e94aebf3f7b2929c740c7951b4bcf3f9b555 (patch) | |
tree | 6f0d4a47c1ad88413ab94574cd2e8eac75253214 /test/enum.c | |
parent | d8397a6f426227d09d20e647ce8b12b8c6295b2d (diff) | |
download | hdf5-6680e94aebf3f7b2929c740c7951b4bcf3f9b555.zip hdf5-6680e94aebf3f7b2929c740c7951b4bcf3f9b555.tar.gz hdf5-6680e94aebf3f7b2929c740c7951b4bcf3f9b555.tar.bz2 |
[svn-r5843] Purpose:
Code cleanup
Description:
Clean up a few warnings which were showing up with --enable-production
turned on.
Platforms tested:
FreeBSD 4.6 (sleipnir) serial & parallel
Diffstat (limited to 'test/enum.c')
-rw-r--r-- | test/enum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/enum.c b/test/enum.c index 1def5bc..83fa736 100644 --- a/test/enum.c +++ b/test/enum.c @@ -360,7 +360,7 @@ static int test_value_dsnt_exist(void) { - hid_t datatype_id; /* identifiers */ + hid_t datatype_id=(-1); /* identifiers */ int val; char nam[100]; size_t size = 100; |