Unused (LabVIEW Manager Macro)
- Mise à jour2025-07-30
- Temps de lecture : 1 minute(s)
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. |