Skip to content

maybe_unused

The maybe_unused is a variable attribute used to hint compilers that the variables may be unused.

Syntax

maybe_unused var T identifier; // mutable
maybe_unused T identifier = value; // immutable