
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] compilation warnings for unsigned char
- Date: Mon, 10 Jul 2006 11:48:38 +0900
- From: "Stephen J. Turnbull" <stephen@example.com>
- Subject: Re: [tlug] compilation warnings for unsigned char
- References: <200607090648.k696mMrW009703@example.com>
- Organization: The XEmacs Project
- User-agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.5-b27 (linux)
>>>>> "Jim" == Jim Breen <Jim.Breen@example.com> writes:
Jim> "Stephen J. Turnbull" <stephen@example.com> wrote;
>>> It ought to be possible to just turn those warnings off; maybe
>>> you should ask on the gcc list (or it might even be a FAQ).
Jim> Maybe. I'd rather get warnings when rules are being
Jim> infringed, but be able to add rules of my own, e.g. with
Jim> -funsigned-char.
The problem with GCC setting that as policy is that you're actually
lying to the compiler when you do that (AFAIK) because the functions
that you're calling don't use unsigned chars.
It would be nice if users could annotate the grammar to not bitch in
those places, but that would be nontrivial to implement.
--
School of Systems and Information Engineering http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.
Home |
Main Index |
Thread Index