Skip to content

Commit

Permalink
Initialize a variable in C++ testhdf5's tattr.cpp (#4232)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendersonHDF authored Mar 25, 2024
1 parent da60238 commit 30c1bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c++/test/tattr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30c1bbd

Please sign in to comment.