From b5dba75c3f9e29ec4b3c57e708ae83dab874579c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 11 Jan 2013 18:35:37 +0100 Subject: [PATCH] manual: updated the Severities chapter. No major changes, just tried to make it more clear. --- man/manual.docbook | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/man/manual.docbook b/man/manual.docbook index fe6580655..35260fde4 100644 --- a/man/manual.docbook +++ b/man/manual.docbook @@ -147,7 +147,9 @@ Checking path/file2.cpp... performance - suggestions for making the code faster + Suggestions for making the code faster. These suggestions are + only based on common knowledge. It is not certain you'll get any + measurable difference in speed by fixing these messages. @@ -155,7 +157,8 @@ Checking path/file2.cpp... portability - portability warnings. 64-bit portability. code might work different on different compilers. etc. + portability warnings. 64-bit portability. code might work + different on different compilers. etc. @@ -163,16 +166,10 @@ Checking path/file2.cpp... information - Informational messages that might be interesting. Ignore - these messages unless you really agree. + Informational messages about checking problems. - - The performance messages are based on 'common knowledge'. It is - not certain that fixing performance messages will make any measurable - difference in speed. Fixing performance messages generally doesn't make - your code more readable.