summaryrefslogblamecommitdiff
path: root/test/test24-05.txt
blob: c8b3717f424e17ea2224666247f00e74ac33b998 (plain) (tree)
1
2
3
4
5
6
7
8
                              
                                                                                


                              
                                                                                

                       



                                                                                 
test24.c: In function 'func1':
test24.c:33:5: warning: Using parameter 'ptr1' without checking for null pointer
     ptr1();
     ^
test24.c: In function 'func4':
test24.c:51:9: warning: Using parameter 'ptr1' without checking for null pointer
     ptr1->fptr1(ptr2);
         ^
test24.c: In function 'func6':
test24.c:63:11: warning: Using parameter 'ptr1' without checking for null pointer
     (*ptr1[1])(data);
           ^