]> granicus.if.org Git - python/commit
bpo-29939: suppress compiler warnings in _ctypes_test (#1038)
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Fri, 7 Apr 2017 22:23:08 +0000 (23:23 +0100)
committerGitHub <noreply@github.com>
Fri, 7 Apr 2017 22:23:08 +0000 (23:23 +0100)
commitd0d575a6db8cb3b2a720be9f404af3d754da9a5d
treee9f325bc80460d549a10296277646187f565d17d
parent616d3eb7ef96f1a27bbff68fba6e5d229257d936
bpo-29939: suppress compiler warnings in _ctypes_test (#1038)

bpo-29939: Changed test code to suppress a compiler warning, while taking care to avoid the code being optimized out by the compiler.
(cherry picked from commit 164d30eb1e66575dafee6af4fca4cbf52c7fbe6a)
Modules/_ctypes/_ctypes_test.c