Theo Buehler: > > +CONFIGURE_ENV+= CFLAGS="-Wno-incompatible-pointer-types" > > This should be the absolutely last resort and needs an explanation why > it's necessary and harmless to do so.
Is that actually a bug in clang? Since this is no longer a warning, but a hard error, you shouldn't be able to disable it like that. Weird semantics at least. -- Christian "naddy" Weisgerber [email protected]
