[issue1932] Cosmetic patch to supress compiler warning

2009-05-13 Thread Daniel Diniz

Changes by Daniel Diniz aja...@gmail.com:


--
keywords: +patch
stage:  - patch review
versions: +Python 2.6, Python 3.1 -Python 2.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1932
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1932] Cosmetic patch to supress compiler warning

2009-05-13 Thread Hirokazu Yamamoto

Hirokazu Yamamoto ocean-c...@m2.ccsnet.ne.jp added the comment:

There is no warning now. Seems to be fixed.

--
resolution:  - out of date
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1932
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1932] Cosmetic patch to supress compiler warning

2008-01-25 Thread Christian Heimes

Changes by Christian Heimes:


--
priority:  - normal

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1932
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1932] Cosmetic patch to supress compiler warning

2008-01-24 Thread Hirokazu Yamamoto

New submission from Hirokazu Yamamoto:

This is not compile error, but I cannot find more proper tag than this.

--
components: Build
files: const.patch
messages: 61669
nosy: ocean-city
severity: minor
status: open
title: Cosmetic patch to supress compiler warning
type: compile error
versions: Python 2.5
Added file: http://bugs.python.org/file9282/const.patch

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1932
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1932] Cosmetic patch to supress compiler warning

2008-01-24 Thread Martin v. Löwis

Martin v. Löwis added the comment:

Can you please explain what compiler you are using and what warning it
produces?

--
nosy: +loewis

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1932
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1932] Cosmetic patch to supress compiler warning

2008-01-24 Thread Hirokazu Yamamoto

Hirokazu Yamamoto added the comment:

VisualC++6 (this is only VC compiler I have)

Compiler Warning (level 1) C4090
'=' : different 'const' qualifiers

http://msdn2.microsoft.com/en-us/library/k77bkb8d(VS.71).aspx

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1932
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com