Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for deprecated error_state #19

Open
PetrMikulik opened this issue May 7, 2023 · 0 comments
Open

Fix for deprecated error_state #19

PetrMikulik opened this issue May 7, 2023 · 0 comments

Comments

@PetrMikulik
Copy link

There are warnings when compiling under recent Octave(s). According to docs, the "error_state" variable has been removed and replaced by exceptions. Compiling h5read.cc after adding
#define error_state 0
is ok.
Thus I think the code "if (!error_state) {....}" can be deleted completely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant