summaryrefslogtreecommitdiff
path: root/test/test19-04.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-07-04 19:26:50 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-04 19:26:50 +0300
commit25041168913c6a1dd46af2089b9244e5447674e9 (patch)
tree848e5ac72a7ec00a8163eb3938706cd6dabf167d /test/test19-04.txt
parent0141482180cc327224a8eca1efbf123b879750a5 (diff)
downloadparanucker-25041168913c6a1dd46af2089b9244e5447674e9.tar.gz
paranucker-25041168913c6a1dd46af2089b9244e5447674e9.tar.bz2
paranucker-25041168913c6a1dd46af2089b9244e5447674e9.tar.xz
paranucker-25041168913c6a1dd46af2089b9244e5447674e9.zip
Update test results.
Diffstat (limited to 'test/test19-04.txt')
-rw-r--r--test/test19-04.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test19-04.txt b/test/test19-04.txt
index b3d2f67..aa35c5d 100644
--- a/test/test19-04.txt
+++ b/test/test19-04.txt
@@ -2,6 +2,10 @@ test19.cpp: In function 'int func2(Data1*, Data1*)':
test19.cpp:16:11: warning: Using variable 'ptr3' without checking for null pointer
ptr3->val = 100;
^
+test19.cpp: In function 'int func4(Data1*, Data1*)':
+test19.cpp:31:15: warning: Useless variable check 'ptr1'. It already was checked before
+ else if (!ptr1 && ptr2)
+ ^
test19.cpp: In function 'int func6(Data1*, Data1*)':
test19.cpp:52:11: warning: Using variable 'ptr3' without checking for null pointer
ptr3->val = 100;