summaryrefslogtreecommitdiff
path: root/test/test06-03.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test06-03.txt')
-rw-r--r--test/test06-03.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test06-03.txt b/test/test06-03.txt
index c74227e..c75c9be 100644
--- a/test/test06-03.txt
+++ b/test/test06-03.txt
@@ -1,12 +1,12 @@
test06.cpp: In function 'void func1(int*)':
-test06.cpp:12:13: warning: Using parameter 'a' without checking for null pointer
+test06.cpp:12:13: warning: Using variable 'a' without checking for null pointer
*a = 100;
^
test06.cpp: In function 'void func5(int*)':
-test06.cpp:45:13: warning: Using parameter 'a' without checking for null pointer
+test06.cpp:45:13: warning: Using variable 'a' without checking for null pointer
*a = 600;
^
test06.cpp: In function 'void func7(int*)':
-test06.cpp:70:16: warning: Using parameter 'aptr' without checking for null pointer
+test06.cpp:70:16: warning: Using variable 'aptr' without checking for null pointer
*aptr = 800;
^