#define AR_UNUSED_PARAM( Param )
The function parameter to be marked as unused.
This macro explicitly marks a specific function parameter as unused. It is primarily used to suppress compiler warnings that occur when a function's signature requires a parameter that is not referenced within the function's implementation.
| Version: | 1.0 |
|---|---|
| Header file: | AR_API.h |
| See also: | architecture dependencies |