Message294232
| Author |
serhiy.storchaka |
| Recipients |
brett.cannon, eric.snow, grahamd, ncoghlan, serhiy.storchaka, steve.dower, vstinner |
| Date |
2017-05-23.06:08:58 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1495519738.7.0.317926324469.issue29102@psf.upfronthosting.co.za> |
| In-reply-to |
|
| Content |
This change added a compiler warning.
./Programs/_testembed.c: In function ‘print_subinterp’:
./Programs/_testembed.c:31:22: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘int64_t {aka long long int}’ [-Wformat=]
printf("interp %lu <0x%" PRIXPTR ">, thread state <0x%" PRIXPTR ">: ",
^ |
|