This commit is contained in:
Tim Lyon
2023-02-24 17:41:01 +00:00
committed by GitHub
parent e80373f226
commit 8e3723f18f

View File

@@ -2850,7 +2850,7 @@ Suppression of unused parameter warnings.
##### Note ##### Note
Allowing parameters to be unnamed was introduced in the early 1980 to address this problem. Allowing parameters to be unnamed was introduced in the early 1980s to address this problem.
If parameters are conditionally unused, declare them with the `[[maybe_unused]]` attribute. If parameters are conditionally unused, declare them with the `[[maybe_unused]]` attribute.
For example: For example: