Fixed 2072 (object destroyed immediately: add --doc info)

This commit is contained in:
Pete Johns 2010-10-04 08:54:19 +11:00
parent 4bf9ff26ea
commit 4e11e71a21
1 changed files with 1 additions and 0 deletions

View File

@ -266,6 +266,7 @@ public:
"* null pointer dereferencing\n"
"* using uninitialized variables and data\n"
"* using fflush() on an input stream\n"
"* scoped object destroyed immediately after construction\n"
// style
"* C-style pointer cast in cpp file\n"