diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-06-26 02:10:33 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-06-26 02:10:33 (GMT) |
commit | 2629b6e4d3dce7b13ff6ee8d9ae14b04bb4bc22c (patch) | |
tree | bebc3180d77b92c7d200a2770dbafa8f4663abe8 /tools/lib | |
parent | cb57304e9a603b9f7212e0c8c49ad7f85bca1e49 (diff) | |
download | hdf5-2629b6e4d3dce7b13ff6ee8d9ae14b04bb4bc22c.zip hdf5-2629b6e4d3dce7b13ff6ee8d9ae14b04bb4bc22c.tar.gz hdf5-2629b6e4d3dce7b13ff6ee8d9ae14b04bb4bc22c.tar.bz2 |
[svn-r7109] Purpose:
Code cleanup
Description:
Clean up varios compiler warnings flagged by SGI compiler and gcc 3.3
Platforms tested:
FreeBSD 4.8 (sleipnir)
h5committest
Diffstat (limited to 'tools/lib')
-rw-r--r-- | tools/lib/h5tools.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/lib/h5tools.c b/tools/lib/h5tools.c index 4200c50..58a663b 100644 --- a/tools/lib/h5tools.c +++ b/tools/lib/h5tools.c @@ -472,7 +472,6 @@ h5tools_dump_simple_data(FILE *stream, const h5dump_t *info, hid_t container, *this var to count elements and *break after we see a number equal *to the ctx->size_last_dim. */ - unsigned char *tmp=NULL; /* Setup */ memset(&buffer, 0, sizeof(h5tools_str_t)); |