mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Fixed issue https://github.com/Unidata/netcdf-c/issues/723
This commit is contained in:
parent
a367ab9ef7
commit
9920cbe073
@ -42,9 +42,6 @@ main(int argc, char **argv)
|
||||
int i;
|
||||
|
||||
/* Determine how many formats are in use. */
|
||||
#ifdef USE_CDF5
|
||||
num_formats++;
|
||||
#endif
|
||||
|
||||
int formats[num_formats];
|
||||
formats[n++] = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user