diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-06-17 16:56:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-06-17 16:56:19 +0300 |
commit | b2bcd7a94f4d44e5767b0d95881d331a567fa6f2 (patch) | |
tree | 93b70bec480d04d4da641ff5788ff78dd0310d6b | |
parent | bde6e9e547a4a17e8ea9901842d1980762b8ed08 (diff) | |
download | paranucker-b2bcd7a94f4d44e5767b0d95881d331a567fa6f2.tar.gz paranucker-b2bcd7a94f4d44e5767b0d95881d331a567fa6f2.tar.bz2 paranucker-b2bcd7a94f4d44e5767b0d95881d331a567fa6f2.tar.xz paranucker-b2bcd7a94f4d44e5767b0d95881d331a567fa6f2.zip |
Update test results.
-rw-r--r-- | test/test7-04.txt | 4 | ||||
-rw-r--r-- | test/test7-05.txt | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/test/test7-04.txt b/test/test7-04.txt index e5a15db..cf3d33e 100644 --- a/test/test7-04.txt +++ b/test/test7-04.txt @@ -2,3 +2,7 @@ test7.cpp: In member function 'void Object1::func2(int*)': test7.cpp:24:18: warning: Using variable without check for NULL *aptr = 0; ^ +test7.cpp: In member function 'void Object1::func5(Struct1*)': +test7.cpp:40:15: warning: Using variable without check for NULL + sptr->num = 0; + ^ diff --git a/test/test7-05.txt b/test/test7-05.txt index a5faabd..2502176 100644 --- a/test/test7-05.txt +++ b/test/test7-05.txt @@ -3003,6 +3003,10 @@ expr_stmt : sptr, this, convert_expr : sptr, this, modify_expr : sptr, this, component_ref : sptr, this, +test7.cpp: In member function 'void Object1::func5(Struct1*)': +test7.cpp:40:15: warning: Using variable without check for NULL + sptr->num = 0; + ^ indirect_ref : sptr, this, parm_decl sptr: sptr, this, pointer_type : sptr, this, |