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