[New-bugs-announce] [issue12929] faulthandler: void pointer used in arithmetic

Stefan Krah report at bugs.python.org
Wed Sep 7 16:10:46 CEST 2011


New submission from Stefan Krah <stefan-usenet at bytereef.org>:

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 <report at bugs.python.org>
<http://bugs.python.org/issue12929>
_______________________________________


More information about the New-bugs-announce mailing list