New submission from iElectric <[email protected]>: When first running pypy-c, following warnings are raised:
Python 2.7.3 (3eef596df459f5cf3f44a21e66b28d4033674567, Apr 07 2013, 16:15:30) [PyPy 2.0.0-beta2 with GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. And now for something completely different: ``Python 2.x est presque mort, vive Python!'' lib_pypy/__pycache__/_cffi__g85535e98x310af836.c: In function ‘_cffi_const_tparm’: lib_pypy/__pycache__/_cffi__g85535e98x310af836.c:1046:3: warning: return from incompatible pointer type [enabled by default] lib_pypy/__pycache__/_cffi__g85535e98x310af836.c: In function ‘_cffi_const_acs_map’: lib_pypy/__pycache__/_cffi__g85535e98x310af836.c:1344:3: warning: return from incompatible pointer type [enabled by default] >>>> Using: libffi-3.0.13 ---------- messages: 5539 nosy: iElectric, pypy-issue priority: bug release: 2.0 status: unread title: cfffi warnings when starting pypy interpreter (only the first time) ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1439> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
