summaryrefslogtreecommitdiff
path: root/test/test39-04.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-07-23 20:56:06 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-23 20:56:06 +0300
commitd72e17479567eec5871e02d02154d288b8c13de2 (patch)
tree184ece67622ff08e5da5d596b6ddf1b80abc0462 /test/test39-04.txt
parent05eac03efdf37560c00fc8d7cbe05eee40f77a2c (diff)
downloadparanucker-d72e17479567eec5871e02d02154d288b8c13de2.tar.gz
paranucker-d72e17479567eec5871e02d02154d288b8c13de2.tar.bz2
paranucker-d72e17479567eec5871e02d02154d288b8c13de2.tar.xz
paranucker-d72e17479567eec5871e02d02154d288b8c13de2.zip
Update test 39.
Diffstat (limited to 'test/test39-04.txt')
-rw-r--r--test/test39-04.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test39-04.txt b/test/test39-04.txt
index 4a8583a..805e129 100644
--- a/test/test39-04.txt
+++ b/test/test39-04.txt
@@ -13,3 +13,7 @@ test39.cpp: In member function 'void Object1::func3(Data1*) const':
test39.cpp:119:25: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->ptrval = 0;
^
+test39.cpp: In member function 'void Object1::func6(Data1*) const':
+test39.cpp:228:27: warning: Using variable 'ptr1' without checking for null pointer
+ arr[1] = ptr1->val;
+ ^