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