blob: 5bf622a92316d9dded93c2680ae74b62179345c8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
test24.c: In function 'func1':
test24.c:33:5: warning: Using parameter 'ptr1' without checking for null pointer
ptr1();
^
test24.c: In function 'func4':
test24.c:51:9: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->fptr1(ptr2);
^
test24.c: In function 'func6':
test24.c:63:11: warning: Using parameter 'ptr1' without checking for null pointer
(*ptr1[1])(data);
^
test24.c: In function 'func8':
test24.c:86:9: warning: Using parameter 'fptr' without checking for null pointer
fptr[1]("", "");
^
|