Skip to content

Commit 924f021

Browse files
Apply suggestion from @chrchr-github
Co-authored-by: chrchr-github <78114321+chrchr-github@users.noreply.github.com>
1 parent 8c74615 commit 924f021

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
@@ -17,7 +17,7 @@ Your code is probably OK but you need to configure Cppcheck to understand the co
1717

1818
Review the configuration.
1919

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

2222
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
2323
an `-DKEYWORD=` option is suggested.

0 commit comments

Comments
 (0)