chsvlib
chsv helper source code
◆
UNREFERENCED_PARAMETER
#define UNREFERENCED_PARAMETER
(
param
)
(param)
A macro helping avoiding compiler warnings caused by unreferenced function parameters.
Parameters
param
is a name of an unreferenced function parameter.
Example:
void
f(
void
* pReserved)
{
UNREFERENCED_PARAMETER
(pReserved);
//...
}
UNREFERENCED_PARAMETER
#define UNREFERENCED_PARAMETER(param)
Definition:
chsvbase.h:471
chsvlib
chsvbase.h
Generated on Wed Mar 22 2023 01:03:37 for chsvlib by
1.9.1