summaryrefslogtreecommitdiff
path: root/test/test30-05.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test30-05.txt')
-rw-r--r--test/test30-05.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test30-05.txt b/test/test30-05.txt
index e80d94e..9db3804 100644
--- a/test/test30-05.txt
+++ b/test/test30-05.txt
@@ -1,5 +1,5 @@
test30.cpp: In member function 'void Object1::func2(Data1*)':
-test30.cpp:69:32: warning: Using field 'ptr1' without checking for null pointer
+test30.cpp:69:32: warning: Using variable 'ptr1' without checking for null pointer
if (!ptr1 && ptr1->val == 10)
^
test30.cpp: In member function 'void Object1::func4(Data1*, Data1*)':