This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: -Wconversion producing incorrect warning
- From: Segher Boessenkool <segher at kernel dot crashing dot org>
- To: John Love-Jensen <eljay at adobe dot com>
- Cc: "Kevin P. Fleming" <kpfleming at starnetworks dot us>, MSX to GCC <gcc-help at gcc dot gnu dot org>
- Date: Fri, 4 Nov 2005 13:40:08 +0100
- Subject: Re: -Wconversion producing incorrect warning
- References: <BF90AE25.46AA%eljay@adobe.com>
The problem here is, that -Wconversion does _not_ warn about type
conversions
in your code!
[snip]
What kind of type conversions in your code are you referring to?
Not my code. The type conversions I am referring to, as does
the documentation piece I snipped, is conversion of arguments
to functions specifically, and any type conversions generally.
Hrm, I think I don't understand your question :-)
Segher