mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[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:
This commit is contained in:
parent
e42dba5336
commit
2db5bd023a
@ -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
|
||||
|
@ -593,7 +593,7 @@ test_max_compact(hid_t fapl)
|
||||
herr_t status;
|
||||
int *wbuf, *rbuf;
|
||||
char filename[1024];
|
||||
int i, j, n;
|
||||
int i, n;
|
||||
|
||||
TESTING("compact dataset of maximal size");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user