This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug runtime/5947] make systemtap 0.6.2/0.131 work on F8 2.6.21.7-2.fc8xen


------- 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]