summaryrefslogtreecommitdiff
path: root/test/test34-05.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-07-10 01:22:36 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-10 01:22:36 +0300
commit9a99b7ca6d59b3f9d19c05b5512b5cc3efd6a5a0 (patch)
treeded5cda7bb7c60345313c8273cc66799d92f1a22 /test/test34-05.txt
parent41a188424ec40c7900de1ff28d792753d5a16e85 (diff)
downloadparanucker-9a99b7ca6d59b3f9d19c05b5512b5cc3efd6a5a0.tar.gz
paranucker-9a99b7ca6d59b3f9d19c05b5512b5cc3efd6a5a0.tar.bz2
paranucker-9a99b7ca6d59b3f9d19c05b5512b5cc3efd6a5a0.tar.xz
paranucker-9a99b7ca6d59b3f9d19c05b5512b5cc3efd6a5a0.zip
Update test 34. Update test results.
Diffstat (limited to 'test/test34-05.txt')
-rw-r--r--test/test34-05.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/test34-05.txt b/test/test34-05.txt
index 893f9c3..32b174e 100644
--- a/test/test34-05.txt
+++ b/test/test34-05.txt
@@ -14,3 +14,12 @@ test34.cpp: In member function 'void Object1::func4(Data1*)':
test34.cpp:133:22: warning: Using parameter 'ptr1' without checking for null pointer
while (ptr1->val == 100)
^
+test34.cpp:133:22: warning: Using parameter 'ptr1' without checking for null pointer
+test34.cpp: In member function 'void Object1::func6(Data1*)':
+test34.cpp:220:22: warning: Using parameter 'ptr1' without checking for null pointer
+ while (ptr1->val == 100)
+ ^
+test34.cpp: In member function 'void Object1::func7(Data1*)':
+test34.cpp:263:21: warning: Useless variable check 'ptr1'. It already was checked before
+ while (ptr1 && ptr1->val == 100)
+ ^