Skip to content

Commit 7d5ca69

Browse files
Update man/checkers/unknownMacro.md [skip ci]
Co-authored-by: chrchr-github <78114321+chrchr-github@users.noreply.github.com>
1 parent bbdd8bc commit 7d5ca69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

man/checkers/unknownMacro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Review the configuration.
2121

2222
If Cppcheck warns about a macro that is defined in a 3rd party library, and there is a cfg file for that, then a `--library=` option may be a proper solution.
2323

24-
If Cppcheck warns about a macro that is defined in a header that should included, make sure that this header is included properly. Cppcheck must have the include path.
24+
If Cppcheck warns about a macro that is defined in a header that should be included, make sure that this header is included properly. Cppcheck must have the include path.
2525

2626
If Cppcheck warns about a compiler keyword add a `-D` that defines this keyword somehow. I.e. if cppcheck should just ignore the keyword then
2727
an `-DKEYWORD=` option is suggested.

0 commit comments

Comments
 (0)