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:
Ward Fisher 2017-10-26 14:27:44 -06:00
commit d41876a2b4

View File

@ -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);