On Sunday 20 March 2011, Matt Giuca wrote: > The other bug was an implicit void* to char* cast. I searched the GCC man > page for any flag that would warn about that but I can't find any specific > one. I did find -Wc++-compat, which is documented as: "Warn about ISO C > constructs that are outside of the common subset of ISO C and ISO C++, e.g. > request for implicit conversion from "void *" to a pointer to non-"void" > type." That would detect it, but it might also warn about a whole lot of > other things which are irrelevant. Is there a better flag for warning about > this?
No. But the absence of this cast generates only a harmless warning in VS2010. Funny nitpicking :-D Regards, Pedro _______________________________________________ fluid-dev mailing list fluid-dev@nongnu.org http://lists.nongnu.org/mailman/listinfo/fluid-dev