[issue22136] Fix _tkinter compiler warnings on MSVC

Serhiy Storchaka report at bugs.python.org
Tue Aug 5 08:07:31 CEST 2014


Serhiy Storchaka added the comment:

I'm surprised that this caused a warning. In man page Tcl_GetObjType() is described as

       Tcl_ObjType *
       Tcl_GetObjType(typeName)

and in header file it is declared as

EXTERN Tcl_ObjType *	Tcl_GetObjType _ANSI_ARGS_((char * typeName));
Tcl_ObjType *Tcl_GetObjType(typeName);

But this change shouldn't add any ill effect. The patch LGTM.

----------
assignee:  -> zach.ware
stage: patch review -> commit review

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22136>
_______________________________________


More information about the Python-bugs-list mailing list