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/2000-June/004788.html below:

[Python-Dev] Warnings in mmapmodule

[Python-Dev] Warnings in mmapmodule [Python-Dev] Warnings in mmapmoduleTim Peters tim_one@email.msn.com
Wed, 21 Jun 2000 00:53:59 -0400
I get these warnings in Modules/mmapmodule.c, all about signed/unsigned
mismatches:

Modules\mmapmodule.c(571) : warning C4018: '>=' : signed/unsigned mismatch
	if (i < 0 || i >= self->size) {
Modules\mmapmodule.c(586) : warning C4018: '>' : signed/unsigned mismatch
	else if (ilow > self->size)
Modules\mmapmodule.c(592) : warning C4018: '>' : signed/unsigned mismatch
	else if (ihigh > self->size)
Modules\mmapmodule.c(631) : warning C4018: '>' : signed/unsigned mismatch
	else if (ilow > self->size)
Modules\mmapmodule.c(637) : warning C4018: '>' : signed/unsigned mismatch
	else if (ihigh > self->size)
Modules\mmapmodule.c(664) : warning C4018: '>=' : signed/unsigned mismatch
	if (i < 0 || i >= self->size) {

I'll volunteer to fix these if nobody else does (although at the moment I'm
not able to produce either a patch or check in).

new-laptops-in-hotel-rooms-have-their-limitations-ly y'rs  - tim





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