[issue12929] faulthandler: void pointer used in arithmetic

2011-09-07 Thread Stefan Krah
Stefan Krah added the comment: Yes, the warning is gone. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue12929] faulthandler: void pointer used in arithmetic

2011-09-07 Thread STINNER Victor
STINNER Victor added the comment: Ok, thanks for the report. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue12929] faulthandler: void pointer used in arithmetic

2011-09-07 Thread STINNER Victor
STINNER Victor added the comment: Does my commit fixed the warning? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue12929] faulthandler: void pointer used in arithmetic

2011-09-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset e91ad9669c08 by Victor Stinner in branch 'default': Issue #12929: faulthandler now uses char* for arithmetic on pointers http://hg.python.org/cpython/rev/e91ad9669c08 -- nosy: +python-dev ___ Python trac

[issue12929] faulthandler: void pointer used in arithmetic

2011-09-07 Thread Stefan Krah
New submission from Stefan Krah : Hi, suncc detected pointer arithmetic with a pointer to void: "./Modules/faulthandler.c", line 910: warning: pointer to void or function used in arithmetic "./Modules/faulthandler.c", line 911: warning: pointer to void or function used in arithmetic "./Modules