You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The retval is initialized with common_adios_close() but from what I can see it is never returned by adios_close(). Simply put, the return retval; is missing.
The text was updated successfully, but these errors were encountered:
The function has the protytype:
int adios_close (int64_t fd_p);
The retval is initialized with common_adios_close() but from what I can see it is never returned by adios_close(). Simply put, the return retval; is missing.
The text was updated successfully, but these errors were encountered: