Skip to content

Commit

Permalink
doc:it_IT: process: coding-style.rst: Correct __maybe_unused compiler…
Browse files Browse the repository at this point in the history
… label

Flag is __maybe_unused, not __maybe_used.

Cc: Federico Vaga <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Lee Jones <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
  • Loading branch information
Lee Jones authored and Jonathan Corbet committed Jul 23, 2020
1 parent 9d3d6d0 commit 542dbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/translations/it_IT/process/coding-style.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ la direttiva condizionale su di esse.

Se avete una variabile o funzione che potrebbe non essere usata in alcune
configurazioni, e quindi il compilatore potrebbe avvisarvi circa la definizione
inutilizzata, marcate questa definizione come __maybe_used piuttosto che
inutilizzata, marcate questa definizione come __maybe_unused piuttosto che
racchiuderla in una direttiva condizionale del preprocessore. (Comunque,
se una variabile o funzione è *sempre* inutilizzata, rimuovetela).

Expand Down

0 comments on commit 542dbc7

Please sign in to comment.