summaryrefslogtreecommitdiff
path: root/test/test15-04.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test15-04.txt')
-rw-r--r--test/test15-04.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/test15-04.txt b/test/test15-04.txt
index afa195a..d151ef0 100644
--- a/test/test15-04.txt
+++ b/test/test15-04.txt
@@ -63,12 +63,6 @@ test15.c:141:15: warning: Using parameter 'ptr1' without checking for null point
*ptr1 = 200;
^
test15.c: In function 'func10':
-test15.c:153:15: warning: Using parameter 'ptr1' without checking for null pointer
- *ptr1 = 100;
- ^
-test15.c:154:15: warning: Using parameter 'ptr2' without checking for null pointer
- *ptr2 = 200;
- ^
test15.c:159:15: warning: Using parameter 'ptr1' without checking for null pointer
*ptr1 = 300;
^