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

              
                                        
                                                                             

              
                                        
                                                                                

                 
test6.c: In function 'void func1(int*)':
test6.c:12:13: warning: Using parameter 'a' without checking for null pointer
     *a = 100;
             ^
test6.c: In function 'void func5(int*)':
test6.c:45:13: warning: Using parameter 'a' without checking for null pointer
     *a = 600;
             ^
test6.c: In function 'void func7(int*)':
test6.c:70:16: warning: Using parameter 'aptr' without checking for null pointer
     *aptr = 800;
                ^