From: "Ian Lance Taylor" <[EMAIL PROTECTED]>
Kaveh mentioned these in his original e-mail, explained why he found
it difficult to fix, and added this to the Makefile so that it
wouldn't break the build.
# bitmap.c contains -Wc++compat warnings.
bitmap.o-warn = -Wno-error
This too should be fixed soon but need not be fixed immediately.
Ian
Right, here's the original link where I mention it:
http://gcc.gnu.org/ml/gcc-patches/2008-06/msg01658.html
This involves a cast from one type to another through a void*. I haven't
been able to convince myself that this is completely safe. If someone
understands why the code is violating type-safety intentionally and can
explain why it's always safe, I would be happy to insert the appropriate
cast and fix it.