[Bug runtime/5947] make systemtap 0.6.2/0.131 work on F8 2.6.21.7-2.fc8xen
fche at redhat dot com
sourceware-bugzilla@sourceware.org
Mon Mar 17 13:41:00 GMT 2008
------- Additional Comments From fche at redhat dot com 2008-03-17 13:40 -------
The operative gcc warning is "warning: pointer of type 'void *' used in
arithmetic", which is a consequence of -Wpointer-arith. I don't know
why this warning is turned on in your build.
Regardless, our own code should not calculate with uncast void*'s, which
appears to be gnu-c-ism, but rather cast to char*'s first.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=5947
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Systemtap
mailing list