mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
Initialize a variable in C++ testhdf5's tattr.cpp (#4232)
This commit is contained in:
parent
da60238e83
commit
30c1bbdfe7
@ -1406,7 +1406,7 @@ test_attr_dtype_shared(FileAccPropList &fapl)
|
||||
SUBTEST("Shared Datatypes with Attributes");
|
||||
|
||||
try {
|
||||
h5_stat_size_t empty_filesize; // Size of empty file
|
||||
h5_stat_size_t empty_filesize = 0; // Size of empty file
|
||||
bool is_default_vfd_compat = false;
|
||||
|
||||
// Create a file
|
||||
|
Loading…
Reference in New Issue
Block a user