Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: d0d575a6db8cb3b2a720be9f404af3d754da9a5d https://github.com/python/cpython/commit/d0d575a6db8cb3b2a720be9f404af3d754da9a5d Author: Vinay Sajip <vinay_sajip at yahoo.co.uk> Date: 2017年04月07日 (2017年4月07日) Changed paths: M Modules/_ctypes/_ctypes_test.c Log Message: ----------- 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)