Skip to content

Commit bfd71f2

Browse files
committed
adjust text [skip ci]
1 parent f570eac commit bfd71f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

man/manual-premium.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,11 +1342,11 @@ Command to activate Misra C++ 2023 checkers:
13421342

13431343
## Suffixes
13441344

1345-
Some rules can have a suffix appended to the rule id to mark a sub-category of the warning that Cppcheck considers safe to suppress. This gives the subset its own id, so you can suppress just those cases while keeping the rest of the rule active. Additional information is included in the warning notes if the suffix is present.
1345+
Some rules can have a suffix appended to the rule id to mark a sub-category of the warning. This gives the subset its own id, so you can suppress just those cases while keeping the rest of the rule active. Additional information is included in the warning notes if the suffix is present.
13461346

13471347
**-positive-constexpr**
13481348

1349-
the value of the expression is a non-negative constant.
1349+
the value of the expression is a non-negative constant. This suffix is considered safe to suppress by Cppcheck.
13501350

13511351
### Checking all C and C++ files
13521352

0 commit comments

Comments
 (0)