diff options
Diffstat (limited to 'test/test35-05.txt')
-rw-r--r-- | test/test35-05.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test35-05.txt b/test/test35-05.txt index 60418b9..dff6476 100644 --- a/test/test35-05.txt +++ b/test/test35-05.txt @@ -2,9 +2,6 @@ test35.cpp: In member function 'void Object1::func2()': test35.cpp:54:37: warning: Using variable 'this->tmp1' without checking for null pointer Data1 *ptr1 = tmp1->getData3(); ^ -test35.cpp:77:42: warning: Using variable 'ptr1->ptrval' without checking for null pointer - ptr1 = ptr1->ptrval->getData3(); - ^ test35.cpp: In member function 'void Object1::func3()': test35.cpp:93:37: warning: Using variable 'this->tmp1' without checking for null pointer Data1 *ptr1 = tmp1->getData3(); @@ -12,4 +9,3 @@ test35.cpp:93:37: warning: Using variable 'this->tmp1' without checking for null test35.cpp:127:42: warning: Using variable 'ptr1' without checking for null pointer ptr1 = ptr1->ptrval->getData3(); ^ -test35.cpp:127:42: warning: Using variable 'ptr1->ptrval' without checking for null pointer |