This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: -Wconversion producing incorrect warning


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]