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 ned.deily
Recipients Segev Finer, ned.deily, vstinner
Date 2017-07-07.08:37:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499416624.6.0.729184554372.issue30797@psf.upfronthosting.co.za>
In-reply-to
Content
One more thing: building with a recent gcc on Linux:
$ gcc --version
gcc (Debian 6.3.0-18) 6.3.0 20170516

also gives an "unused but set variable" warning.

./Modules/expat/xmlparse.c: In function ‘gather_time_entropy’:
./Modules/expat/xmlparse.c:780:7: warning: variable ‘gettimeofday_res’ set but not used [-Wunused-but-set-variable]
   int gettimeofday_res;
       ^~~~~~~~~~~~~~~~

Since I didn't see it in time, I didn't try to fix this for 3.6.2 but it would be best to silence it going forward.
History
Date User Action Args
2017-07-07 08:37:04ned.deilysetrecipients: + ned.deily, vstinner, Segev Finer
2017-07-07 08:37:04ned.deilysetmessageid: <1499416624.6.0.729184554372.issue30797@psf.upfronthosting.co.za>
2017-07-07 08:37:04ned.deilylinkissue30797 messages
2017-07-07 08:37:04ned.deilycreate