blob: f0cf4355b29b88be194c61dfb6dca60c91cf9a76 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
test6.c: In function 'void func1(int*)':
test6.c:10:13: warning: Using variable without check for NULL
*a = 100;
^
test6.c: In function 'void func5(int*)':
test6.c:43:13: warning: Using variable without check for NULL
*a = 600;
^
test6.c: In function 'void func6(int*)':
test6.c:54:16: warning: Using variable without check for NULL
*aptr = 700;
^
|