mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
OESS-168: Remove clang warnings. (#1277)
This commit is contained in:
parent
5580d7ec81
commit
8c592a2f64
@ -119,7 +119,7 @@ static char *h5_fixname_real(const char *base_name, hid_t fapl, const char *_suf
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
char * buf, *tmp, *buf2 = NULL, *tmp2 = NULL, *check;
|
||||
char * buf = NULL, *tmp = NULL, *buf2 = NULL, *tmp2 = NULL, *check = NULL;
|
||||
int i, j, mynod = 0, nprocs = 1, my_correct = 1, correct, myerrno;
|
||||
double stim, etim;
|
||||
double write_tim = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user