From 5fb23a4983957262d3b9bbc70f06509028c8b5cd Mon Sep 17 00:00:00 2001 From: versat Date: Mon, 1 Apr 2019 13:30:24 +0200 Subject: [PATCH] manual.md: Fix wrong code indentation. --- man/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/manual.md b/man/manual.md index e091e13d2..476895625 100644 --- a/man/manual.md +++ b/man/manual.md @@ -475,7 +475,7 @@ Many warnings have multiple locations. Example code: int *p = 0; // line 8 f(p); // line 9 return 0; - } + } There is a possible null pointer dereference at line 3. Cppcheck can show how it came to that conclusion by showing extra location information. You need to use both --template and --template-location at the command line.