mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-23 16:59:54 +08:00
Merge branch 'ejh_libsrc_warning_fix' of https://github.com/NetCDF-World-Domination-Council/netcdf-c into ejh_more_merges
This commit is contained in:
commit
d41876a2b4
@ -338,9 +338,6 @@ px_pgin(ncio *const nciop,
|
||||
{
|
||||
int status;
|
||||
ssize_t nread;
|
||||
size_t read_count = 0;
|
||||
ssize_t bytes_xfered = 0;
|
||||
void *p = vp;
|
||||
#ifdef X_ALIGN
|
||||
assert(offset % X_ALIGN == 0);
|
||||
assert(extent % X_ALIGN == 0);
|
||||
|
Loading…
Reference in New Issue
Block a user