Bug 2788 - bindings furball - can't do void*f = (jlong)v
Summary: bindings furball - can't do void*f = (jlong)v
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Adam Jocksch
URL:
Keywords:
Depends on:
Blocks: 1730 2654
  Show dependency treegraph
 
Reported: 2006-06-16 15:13 UTC by Andrew Cagney
Modified: 2006-06-27 19:42 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2006-06-16 15:13:22 UTC
Tne latest compiler complains about assignments such as:
    void*f = (jlong)v
Hmm, wonder if this came from extra warning flags being specified by rpm build?
Comment 1 Adam Jocksch 2006-06-27 19:42:25 UTC
These have been changed to no longer cause this error.