summaryrefslogblamecommitdiff
path: root/test/test24-05.txt
blob: 1858d4bd82877e9778eb7115bd31ef355d74dd73 (plain) (tree)
1
2
3
4
5
6
7
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);
         ^