CARB_ERRORAPI_DEPRECATED#
Defined in carb/Error.h
-
CARB_ERRORAPI_DEPRECATED(msg)#
Marks a function or type as deprecated with a custom message for the error module.
Note
This macro is controlled by CARB_ERRORAPI_DEPRECATIONS. Set it to 0 to disable warnings.
- Parameters:
msg – The deprecation message to display when the deprecated item is used.