A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-dev/2004-January/041862.html below:

[Python-Dev] Re: sre warnings

[Python-Dev] Re: sre warnings [Python-Dev] Re: sre warningsGustavo Niemeyer niemeyer at conectiva.com
Fri Jan 9 14:14:01 EST 2004
[forwarding to python-dev for general ack]

> The changes to re are still throwing off signed/unsigned warnings.  Can
> you please get that fixed up?

My changes to sre have nothing to do with these warnings. These
are being caused by the fact that gcc throws a warning even with
casts in the following situation:

    char i = 0;
    if ((int)i < 256)
       ...

Unlike one might think, this is a valid test because the type of
'i' is not always char.

I won't fix these warnings until I find an elegant solution to
workaround the gcc stupidity.

-- 
Gustavo Niemeyer
http://niemeyer.net

More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4