Syntax
#pragma argsused
Description
The argsused pragma is allowed only between function definitions, and it affects only the next function. It disables the warning message:
"Parameter name is never used in function func-name"