diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2003-04-29 00:01:04 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2003-04-29 00:01:04 (GMT) |
commit | 2db5bd023a08bbb8c55f113830765eb8e61d80e5 (patch) | |
tree | faf11706266ab9b2419aed70ff58b0c2d825dab9 /src/H5Z.c | |
parent | e42dba5336d382d401d753609d415155243f7086 (diff) | |
download | hdf5-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |