This is the mail archive of the gcc@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 versus libstdc++


Hi Gerald,

I noticed that -Wconversion now issues warnings in libstdc++.


in a nutshell, what is happening is that a difference of two pointers is assigned to an unsigned variable. First blush, the warning seems to me a bit overzealous, but if we concur that this is what we *really* want for 4.3, we can change the affected (very old, indeed) lines of code, no problem at all.

Thanks,
Paolo.


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