This is the mail archive of the gcc-patches@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]

Re: non-c89 code in bitmap.c


dalej@apple.com wrote:-

> My understanding is that the code is supposed to be c89.  Some that 
> isn't has crept into bitmap.c recently; here is a fix.  OK?
> 
> 
> 2001-06-22   Dale Johannesen    <dalej@apple.com>
> 
>          * bitmap.c:  fix a non-c89 usage (null actual argument to macro)

I've wondered for a while whether to get CPP to warn about this with
-pedantic for pre-C99.  I've refrained because I think we can get too
heavy with these warnings, and I've not yet come across a compiler
that refuses empty arguments.  I imagine you have?

Do you and others think this is a warning worth adding?

Neil.


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