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]

Re: ... discard qualifiers ...


> From: dlibenzi@maticad.it (Davide Libenzi)
> To: gcc@gcc.gnu.org
> Subject: Re: ... discard qualifiers ...
> Date: Mon, 3 Jan 2000 13:09:33 +0100

> Perhaps I were not enough clear explaining my problem.  I know the
> syntax difference from 'const void *' to 'void const *' as long as I
> know that if I edit my ( more than 200 K ) lines of code I can fix
> all my troubles, but my question were if I can only with another
> compiler switch other than 'f-writable-strings'.

:-)  No, sorry, generally speaking the compiler requires that you say
what you mean and know what what you say means, you can't just think
it.

Maybe you can code this up as an enhancement to the compiler, I think
we'd all love it.

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