summaryrefslogtreecommitdiffstats
path: root/src/H5Z.c
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2003-04-29 00:01:04 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2003-04-29 00:01:04 (GMT)
commit2db5bd023a08bbb8c55f113830765eb8e61d80e5 (patch)
treefaf11706266ab9b2419aed70ff58b0c2d825dab9 /src/H5Z.c
parente42dba5336d382d401d753609d415155243f7086 (diff)
downloadhdf5-2db5bd023a08bbb8c55f113830765eb8e61d80e5.zip
hdf5-2db5bd023a08bbb8c55f113830765eb8e61d80e5.tar.gz
hdf5-2db5bd023a08bbb8c55f113830765eb8e61d80e5.tar.bz2
[svn-r6773]
Purpose: Windows maintenance and code cleanup Description: There were a lot of places in the source code where varibale was declared but never used. Solution: Cleaned the source code to avoid warnings on Windows and Unix platforms. Platforms tested: arabica, modi4, Windows Probably my environment is wrong on Linux, cannot compile at all when fortran is enabled If daily tests fails tomorrow, this will be my fault but I want to go home now :-) Misc. update:
Diffstat (limited to 'src/H5Z.c')
-rw-r--r--src/H5Z.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Z.c b/src/H5Z.c
index f4ce164..f8265d3 100644
--- a/src/H5Z.c
+++ b/src/H5Z.c
@@ -123,8 +123,8 @@ done:
int
H5Z_term_interface (void)
{
- size_t i;
#ifdef H5Z_DEBUG
+ size_t i;
int dir, nprint=0;
char comment[16], bandwidth[32];
#endif