AR_UNUSED_PARAM Macro
Declaration
#define AR_UNUSED_PARAM(
  Param
)
Parameters
Param

The function parameter to be marked as unused.

Description

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
SpaceShadow documentation