This commit is contained in:
Tim Lyon 2023-02-24 17:41:01 +00:00 committed by GitHub
parent e80373f226
commit 8e3723f18f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2850,7 +2850,7 @@ Suppression of unused parameter warnings.
##### 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.
For example: