summaryrefslogtreecommitdiff
path: root/test/test6-03.txt
blob: b1f3abeef8b885ece38d5d4d96c974756a199649 (plain) (blame)
1
2
3
4
5
6
7
8
test6.c: In function 'void func1(int*)':
test6.c:7:13: warning: Using variable without check for NULL
     *a = 100;
             ^
test6.c: In function 'void func3(int*)':
test6.c:23:16: warning: Using variable without check for NULL
     *aptr = 300;
                ^