summaryrefslogtreecommitdiff
path: root/test/test17-04.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test17-04.txt')
-rw-r--r--test/test17-04.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test17-04.txt b/test/test17-04.txt
index b0d2277..162a307 100644
--- a/test/test17-04.txt
+++ b/test/test17-04.txt
@@ -5,6 +5,7 @@ test17.c:18:14: warning: comparison between pointer and integer
test17.c:20:15: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 100;
^
+test17.c:20:15: warning: Using field 'ptr1' without checking for null pointer
test17.c: In function 'func3':
test17.c:26:14: warning: comparison between pointer and integer
if (ptr1 != (123, 0))
@@ -12,7 +13,9 @@ test17.c:26:14: warning: comparison between pointer and integer
test17.c:28:15: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 100;
^
+test17.c:28:15: warning: Using field 'ptr1' without checking for null pointer
test17.c: In function 'func4':
test17.c:40:15: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 100;
^
+test17.c:40:15: warning: Using field 'ptr1' without checking for null pointer