From c834bbad10fca458f19a4530f28ec4dffc33bb59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 12 Jan 2013 09:24:29 +0100 Subject: [PATCH] manual: removed recommendation to not include standard headers from the manual. I can't provide good reasons to not include the standard headers right now. --- man/manual.docbook | 5 ----- 1 file changed, 5 deletions(-) diff --git a/man/manual.docbook b/man/manual.docbook index 35260fde4..94c59716f 100644 --- a/man/manual.docbook +++ b/man/manual.docbook @@ -680,11 +680,6 @@ htmlreport/cppcheck-htmlreport --file=err.xml --report-dir=test1 --source-dir=.< - It isn't recommended to provide the paths to the standard C/C++ - headers - Cppcheck has internal knowledge about ANSI C/C++ and it isn't - recommended that this known functionality is redefined. But feel free to - try it. - As you can read in chapter 3 in this manual the default is that Cppcheck checks all configurations. So only provide preprocessor defines if you want to limit the checking.