RAD Studio
ContentsIndex
PreviousUpNext
#pragma argsused

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"
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!