Skip to content

Commit

Permalink
Merge pull request #2379 from gsjaardema/patch-50
Browse files Browse the repository at this point in the history
Enable compilation with C89 compiler
  • Loading branch information
WardF authored Dec 12, 2023
2 parents 7ef8c95 + 1bdf8fa commit 0603c98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nc_test4/tst_virtual_datasets.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ int read_back_contents(const char* filename) {
int ncid, varid, ndims;
size_t i;
float data[VARIABLE_SIZE];
size_t i;

char var_name[NC_MAX_NAME+1];
int dimids_var[1], var_type, natts;
Expand Down

0 comments on commit 0603c98

Please sign in to comment.