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 skrah
Recipients ZackerySpytz, mark.dickinson, serhiy.storchaka, skrah
Date 2019-04-13.11:17:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555154245.55.0.478893539391.issue36594@roundup.psfhosted.org>
In-reply-to
Content
gcc warns with -pedantic:

ptr.c: In function ‘main’:
ptr.c:5:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘int *’ [-Wformat=]
     printf ("%p", &i);


It is pedantic indeed, I wonder if machines with different pointer sizes still exist.
History
Date User Action Args
2019-04-13 11:17:25skrahsetrecipients: + skrah, mark.dickinson, serhiy.storchaka, ZackerySpytz
2019-04-13 11:17:25skrahsetmessageid: <1555154245.55.0.478893539391.issue36594@roundup.psfhosted.org>
2019-04-13 11:17:25skrahlinkissue36594 messages
2019-04-13 11:17:25skrahcreate