[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: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/faulthandler.c", line 914: warning: pointer to void or function used 
in arithmetic
"./Modules/faulthandler.c", line 916: warning: pointer to void or function used 
in arithmetic

--
components: Extension Modules
messages: 143675
nosy: haypo, skrah
priority: normal
severity: normal
status: open
title: faulthandler: void pointer used in arithmetic
type: behavior
versions: Python 3.3

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com