mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
fix missing decl bug in test_cvt.c; not sure why it is being exercised
This commit is contained in:
parent
cf0d0b54f2
commit
6480ea723d
@ -107,9 +107,7 @@ static char string3_tst[DIMSIZE][STRLEN];
|
||||
|
||||
int main()
|
||||
{
|
||||
#ifdef GENERATE
|
||||
int i,j;
|
||||
#endif
|
||||
int ncid, varid;
|
||||
int ncstat = NC_NOERR;
|
||||
char* url;
|
||||
|
Loading…
Reference in New Issue
Block a user