Skip to content

Commit 96d9488

Browse files
committed
fix warning: declaration of 'i' shadows a previous local [-Wshadow]
1 parent b1687d9 commit 96d9488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/drivers/ncadios/ncadios_bp2ncd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ int ncadiosi_parse_header_bp2ncd (NC_ad *ncid)
525525
pg = pg_root;
526526
while (pg)
527527
{
528-
int i,j;
528+
int j;
529529
int var_dims_count = 0;
530530
struct var_dim * var_dims = 0;
531531

0 commit comments

Comments
 (0)