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