blob: 334c6a409a255b23fd126aae235968ee838de06b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
func1: pointer_type ptr1, pointer_type ptr2,
test17.c: In function 'func2':
test17.c:18:14: warning: comparison between pointer and integer
if (ptr1 == (123, 0))
^
func2: pointer_type ptr1, pointer_type ptr2,
test17.c: In function 'func3':
test17.c:26:14: warning: comparison between pointer and integer
if (ptr1 != (123, 0))
^
func3: pointer_type ptr1, pointer_type ptr2,
func4: pointer_type ptr1, pointer_type ptr2,
func5: pointer_type ptr1, pointer_type ptr2,
|