2 Broken implicit casts from pointers to bool (and a wrong warning for other integer types).
4 type: bool, intptr_t, uintptr_t
12 #ifdef __SDCC // Allowing implicit casts from pointers to integers is an SDCC extension
13 #pragma disable_warning 155 // But we still emit a warning
14 {type
} f(const void *p
)
19 {type
} g(const void *p
)