Zachary Ware added the comment:

Thank you both for the reviews!

Embarrassingly, I just realized that I didn't post the patch I meant to; in 
quickly reconstructing the patch after accidentally destroying a previous 
version, I made it "Tcl_ObjType const *SomeType;" instead of "const Tcl_ObjType 
*SomeType;".  It seems to me that "const <type>" is much more common than 
"<type> const"; does it actually matter which way it goes?  Either way fixes 
the warnings.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22136>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to