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

Add ability to call ut_set_error_message_handler with ut_ignore without argument #119

Open
darianboggs opened this issue Jan 11, 2024 · 0 comments

Comments

@darianboggs
Copy link

I am using udunits-2.2.28 as a library for a Fortran application, and I need to set the error message handler to ut_ignore from Fortran.

I have written Fortran interfaces to the udunits library procedures I need to use, but I cannot write an interface to ut_ignore because of the variadic list.

Since I want to disable the error handler, I need a 0 argument function to call ut_set_error_message_handler with ut_ignore or some way to call ut_set_error_meassage_handler without passing ut_ignore.

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