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 Igor Kudrin, christian.heimes, doko, eryksun, mark.dickinson, meador.inge, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vinay.sajip, zach.ware
Date 2017-03-06.10:40:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488796846.57.0.305526393149.issue29565@psf.upfronthosting.co.za>
In-reply-to
Content
New test causes a compiler warning:

/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)
                                          ^

Could it be silenced?
History
Date User Action Args
2017-03-06 10:40:46serhiy.storchakasetrecipients: + serhiy.storchaka, doko, paul.moore, vinay.sajip, mark.dickinson, christian.heimes, tim.golden, meador.inge, zach.ware, eryksun, steve.dower, Igor Kudrin
2017-03-06 10:40:46serhiy.storchakasetmessageid: <1488796846.57.0.305526393149.issue29565@psf.upfronthosting.co.za>
2017-03-06 10:40:46serhiy.storchakalinkissue29565 messages
2017-03-06 10:40:46serhiy.storchakacreate