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
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.
The text was updated successfully, but these errors were encountered:
I am using
udunits-2.2.28
as a library for a Fortran application, and I need to set the error message handler tout_ignore
from Fortran.I have written Fortran interfaces to the
udunits
library procedures I need to use, but I cannot write an interface tout_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
withut_ignore
or some way to callut_set_error_meassage_handler
without passingut_ignore
.The text was updated successfully, but these errors were encountered: