Unused (LabVIEW Manager Macro)
- Aktualisiert2025-07-30
- 1 Minute(n) Lesezeit
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. |