summaryrefslogtreecommitdiff
path: root/test/test06-03.txt
blob: c74227ea1a47db393350c4d76091f5e3e2e35e2d (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 parameter 'a' without checking for null pointer
     *a = 100;
             ^
test06.cpp: In function 'void func5(int*)':
test06.cpp:45:13: warning: Using parameter 'a' without checking for null pointer
     *a = 600;
             ^
test06.cpp: In function 'void func7(int*)':
test06.cpp:70:16: warning: Using parameter 'aptr' without checking for null pointer
     *aptr = 800;
                ^