summaryrefslogtreecommitdiff
path: root/test/test14-03.txt
blob: 88a4c9ac919dc9a1788dfdbd54fe2ff6f1f9a791 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
test14.c: In function 'func1':
test14.c:12:8: warning: Using parameter 'a' without checking for null pointer
     *a = 100;
        ^
test14.c: In function 'func5':
test14.c:45:8: warning: Using parameter 'a' without checking for null pointer
     *a = 600;
        ^
test14.c: In function 'func7':
test14.c:70:11: warning: Using parameter 'aptr' without checking for null pointer
     *aptr = 800;
           ^