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: Warning request.




On Mon, 28 Feb 2000, Kevin Atkinson wrote:

> > Hopefully your FILE.get is defined in the same way.
> 
> It is the standard iostream::get

I've done very little C++, and it was several years ago, but it seems
that it resolves to the one returning an int from iostream.h (it's heavily 
overloaded but no other seems to match).

> > What about using -funsigned-char for tests, and using testcases which
> > include character \0xff ? 
> 
> Ok, thanks.  I looked but could not find any relevant options.  Can this
> be used without having to recompile any libraries....

I think so (although I might be proven wrong).

	Gabriel.


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