summaryrefslogtreecommitdiff
path: root/test/test24-05.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test24-05.txt')
-rw-r--r--test/test24-05.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/test24-05.txt b/test/test24-05.txt
new file mode 100644
index 0000000..1858d4b
--- /dev/null
+++ b/test/test24-05.txt
@@ -0,0 +1,8 @@
+test24.c: In function 'func1':
+test24.c:32:5: warning: Using parameter 'ptr1' without checking for null pointer
+ ptr1();
+ ^
+test24.c: In function 'func4':
+test24.c:50:9: warning: Using parameter 'ptr1' without checking for null pointer
+ ptr1->fptr1(ptr2);
+ ^