summaryrefslogtreecommitdiff
path: root/test/test19-04.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-22 18:55:08 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-22 18:55:08 +0300
commit8427126edb15283fbcc80f148e93f8c822cf94cf (patch)
treeecb1dbc41362fae612e24e230c042de04dcf2ece /test/test19-04.txt
parentdc882ac20b776eaa206f74573eca994be013941c (diff)
downloadparanucker-8427126edb15283fbcc80f148e93f8c822cf94cf.tar.gz
paranucker-8427126edb15283fbcc80f148e93f8c822cf94cf.tar.bz2
paranucker-8427126edb15283fbcc80f148e93f8c822cf94cf.tar.xz
paranucker-8427126edb15283fbcc80f148e93f8c822cf94cf.zip
Add test 19.
Diffstat (limited to 'test/test19-04.txt')
-rw-r--r--test/test19-04.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/test19-04.txt b/test/test19-04.txt
index 4aa1386..b3d2f67 100644
--- a/test/test19-04.txt
+++ b/test/test19-04.txt
@@ -2,3 +2,21 @@ 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 func6(Data1*, Data1*)':
+test19.cpp:52:11: warning: Using variable 'ptr3' without checking for null pointer
+ ptr3->val = 100;
+ ^
+test19.cpp: In function 'int func7(Data1*, Data1*)':
+test19.cpp:66:11: warning: Using parameter 'ptr1' without checking for null pointer
+ ptr1->val = 100;
+ ^
+test19.cpp:67:11: warning: Using variable 'ptr3' without checking for null pointer
+ ptr3->val = 200;
+ ^
+test19.cpp: In function 'int func8(Data1*, Data1*)':
+test19.cpp:81:11: warning: Using parameter 'ptr1' without checking for null pointer
+ ptr1->val = 100;
+ ^
+test19.cpp:82:11: warning: Using variable 'ptr3' without checking for null pointer
+ ptr3->val = 200;
+ ^