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: -Wold-style-cast


zack@codesourcery.com (Zack Weinberg)  wrote on 04.09.03 in <87smnco4jl.fsf@egil.codesourcery.com>:

> "Stephan T. Lavavej" <stl@caltech.edu> writes:
>
> ...
> > I don't know if gcc can be made to not warn about C casts in macros which
> > are defined in a gcc system header, but it sure would be nice.  Of course,
> > C casts which don't appear in a macro but do appear at the point of use
> > should probably be warned about.  For example:
>
> The only reason this hasn't been done is, no one has had the time to
> do it yet.  If you'd like to send in a patch, we will probably use it.

In the meantime, a not quite so fragile semi-solution would be to have  
something like

const SOCKET MEOW_INVALID_SOCKET = INVALID_SOCKET;

- at least that cuts it down to a single warning. Furthermore, you could  
put that in a header file specifically for such stuff so you'd easily  
recognize which warnings to ignore.

MfG Kai


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