Skip to content

Commit

Permalink
Merge pull request #2374 from balay/balay/fix-warning
Browse files Browse the repository at this point in the history
Fix compile warning:
  • Loading branch information
pnorbert authored and Chuck Atkins committed Jul 14, 2020
2 parents 937ff00 + bebbe72 commit b750988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/C/adios2/c/adios2_c_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef enum
adios2_shapeid_local_array = 4
} adios2_shapeid;

static size_t adios2_string_array_element_max_size = 4096;
static const size_t adios2_string_array_element_max_size = 4096;

static const uint64_t adios2_local_value_dim = ULLONG_MAX - 2;

Expand Down

0 comments on commit b750988

Please sign in to comment.