Unused (LabVIEW Manager Macro)

void Unused(x)

Purpose

Indicates that a function parameter or local variable is not used by that function. This is useful for suppressing compiler warnings for many compilers. This macro does not use a semicolon.

Parameters

Name Type Description
x Unused parameter or local variable.