summaryrefslogblamecommitdiff
path: root/test/test14-03.txt
blob: dbf4bb4980b1561509dd3011b0e09daf66c4169f (plain) (tree)
1
2
3
4
5
6
7
8
9
                              
                                                                            


                              
                                                                            


                              
                                                                                

                 
test14.c: In function 'func1':
test14.c:12:8: warning: Using variable 'a' without checking for null pointer
     *a = 100;
        ^
test14.c: In function 'func5':
test14.c:45:8: warning: Using variable 'a' without checking for null pointer
     *a = 600;
        ^
test14.c: In function 'func7':
test14.c:70:11: warning: Using variable 'aptr' without checking for null pointer
     *aptr = 800;
           ^