We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c74615 commit 924f021Copy full SHA for 924f021
1 file changed
man/checkers/unknownMacro.md
@@ -17,7 +17,7 @@ Your code is probably OK but you need to configure Cppcheck to understand the co
17
18
Review the configuration.
19
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.
+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.
21
22
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
23
an `-DKEYWORD=` option is suggested.
0 commit comments