Message 297871 - Python tracker
Message297871
| 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:04 | ned.deily | set | recipients: + ned.deily, vstinner, Segev Finer |
| 2017-07-07 08:37:04 | ned.deily | set | messageid: <1499416624.6.0.729184554372.issue30797@psf.upfronthosting.co.za> |
| 2017-07-07 08:37:04 | ned.deily | link | issue30797 messages |
| 2017-07-07 08:37:04 | ned.deily | create | |