]> granicus.if.org Git - python/commit
suppress compiler warnings in _ctypes_test (#902)
authorBenjamin Peterson <benjamin@python.org>
Fri, 31 Mar 2017 11:05:25 +0000 (04:05 -0700)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Fri, 31 Mar 2017 11:05:25 +0000 (12:05 +0100)
commit164d30eb1e66575dafee6af4fca4cbf52c7fbe6a
treedaf12b5a16de81d113e5592dda7fc34185a5c8e2
parentcdcac039fb447f2ab04efcacbe663751bb2cb4ec
suppress compiler warnings in _ctypes_test (#902)

Changed test code to suppress a compiler warning, while taking care to avoid the code being optimized out by the compiler.
Modules/_ctypes/_ctypes_test.c