New submission from Stefan Krah <stefan-use...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue12929>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to