#pragma argsused
Go Up to Pragma Directives Overview Index
Syntax (See Pseudo-grammar)
#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"