Skip to content

Commit

Permalink
Remove intel oneapi warning (#3426)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Aug 25, 2023
1 parent 077898d commit f6df114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5Dio.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ H5D__read(size_t count, H5D_dset_io_info_t *dset_info)

/* No need to perform any more I/O for this dataset */
dset_info[i].skip_io = TRUE;
io_skipped++;
io_skipped = io_skipped + 1;
} /* end if */
else {
/* Set up I/O operation */
Expand Down

0 comments on commit f6df114

Please sign in to comment.