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