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