]> granicus.if.org Git - python/commit
Silence compiler warnings on Solaris 10 via explicit (void *) casts.
authorTrent Nelson <trent@trent.me>
Wed, 19 Sep 2012 01:58:03 +0000 (21:58 -0400)
committerTrent Nelson <trent@trent.me>
Wed, 19 Sep 2012 01:58:03 +0000 (21:58 -0400)
commitab02db23b1032c7b1fcf7063ae736b25e4466624
tree040ed022115cbcbd167c7b53ea9ad82a9c66b4dc
parent16d2b478372ba68923f8e325c75202416aaeaa93
Silence compiler warnings on Solaris 10 via explicit (void *) casts.

(Compiler: Solaris Studio 12.3)
Objects/typeobject.c