mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Fix warning about uninitialised nciop
This commit is contained in:
parent
09e96aeaee
commit
31d1fc0a6e
@ -313,7 +313,7 @@ mmapio_open(const char* path,
|
||||
void* parameters,
|
||||
ncio* *nciopp, void** const mempp)
|
||||
{
|
||||
ncio* nciop;
|
||||
ncio* nciop = NULL;
|
||||
int fd;
|
||||
int status;
|
||||
int oflags;
|
||||
|
Loading…
Reference in New Issue
Block a user