This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ocean-city
Recipients
Date 2007-02-27.03:14:20
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I got some warnings on VC6. Probably these are not so
problematic, but anyway I reported.

C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\winbase.h(53) : warning C4005: 'Yield' : macro was redefined.
        ..\..\Include\Python-ast.h(449) : Please check previous definition of 'Yield'

E:\python-dev\release-maint25\Objects\intobject.c(994) : warning C4018: '!=' : Tried to compare signed integer and unsigned integer.

E:\python-dev\release-maint25\Objects\stringobject.c(859) : warning C4018: '!=' : Tried to compare signed integer and unsigned integer.

E:\python-dev\release-maint25\Modules\audioop.c(1263) : warning C4761: The base types of the actual and formal parameters of a function were different.
The compiler converted the actual parameter to the type of the formal parameter.

E:\python-dev\release-maint25\Modules\audioop.c(1331) : warning C4761: The base types of the actual and formal parameters of a function were different.
The compiler converted the actual parameter to the type of the formal parameter.
History
Date User Action Args
2007-08-23 14:52:11adminlinkissue1669637 messages
2007-08-23 14:52:11admincreate