Message57546
| Author |
janssen |
| Recipients |
christian.heimes, gvanrossum, janssen |
| Date |
2007年11月15日.18:40:38 |
| SpamBayes Score |
0.0019015945 |
| Marked as misclassified |
No |
| Message-id |
<4b3e516a0711151040q6e4f6bbfq42efa25471291b94@mail.gmail.com> |
| In-reply-to |
<1195151483.46.0.0984988466264.issue1451@psf.upfronthosting.co.za> |
| Content |
I've tried several different times to fix that warning. It appears on
some releases of gcc, and not on others. There seems to be no cast or
declaration that fixes it everywhere. More power to you if you can
find one!
Bill
On 11/15/07, Christian Heimes <report@bugs.python.org> wrote:
>
> Christian Heimes added the comment:
>
> Ubuntu Linux 7.10, x86, gcc version 4.1.3 20070929 (prerelease) (Ubuntu
> 4.1.2-16ubuntu2)
>
>
> /home/heimes/dev/python/py3k/Modules/_ssl.c: In function
> '_get_peer_alt_names':
> /home/heimes/dev/python/py3k/Modules/_ssl.c:680: warning: passing
> argument 2 of 'ASN1_item_d2i' from incompatible pointer type
> /home/heimes/dev/python/py3k/Modules/_ssl.c:684: warning: passing
> argument 2 of 'method->d2i' from incompatible pointer type
> gcc -pthread -shared
>
> ----------
> nosy: +tiran
>
> __________________________________
> Tracker <report@bugs.python.org>
> <http://bugs.python.org/issue1451>
> __________________________________
> |
|