This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients serhiy.storchaka, vinay.sajip
Date 2017-03-29.06:44:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490769884.15.0.305944990861.issue29939@psf.upfronthosting.co.za>
In-reply-to
Content
Compiler warning was introduced by issue29565.

/home/serhiy/py/cpython/Modules/_ctypes/_ctypes_test.c: In function ‘_testfunc_large_struct_update_value’:
/home/serhiy/py/cpython/Modules/_ctypes/_ctypes_test.c:53:42: warning: parameter ‘in’ set but not used [-Wunused-but-set-parameter]
 _testfunc_large_struct_update_value(Test in)
                                          ^
History
Date User Action Args
2017-03-29 06:44:44serhiy.storchakasetrecipients: + serhiy.storchaka, vinay.sajip
2017-03-29 06:44:44serhiy.storchakasetmessageid: <1490769884.15.0.305944990861.issue29939@psf.upfronthosting.co.za>
2017-03-29 06:44:44serhiy.storchakalinkissue29939 messages
2017-03-29 06:44:43serhiy.storchakacreate