made dumpopenobjects static in attempt to get appvayor build working

This commit is contained in:
Ed Hartnett 2018-09-12 07:53:31 -06:00
parent 90d5783eea
commit abf247de92

View File

@ -255,7 +255,7 @@ nc4_close_netcdf4_file(NC_FILE_INFO_T *h5, int abort, NC_memio* memio)
*
* @author Dennis Heimbigner
*/
void
static void
dumpopenobjects(NC_FILE_INFO_T* h5)
{
NC_HDF5_FILE_INFO_T *hdf5_info;