Bug 1407 - frysk-sys doesn't build with ECJ 3.1
Summary: frysk-sys doesn't build with ECJ 3.1
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 1824
  Show dependency treegraph
 
Reported: 2005-10-03 14:59 UTC by Andrew Cagney
Modified: 2005-11-11 05:24 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 2005-10-03 14:59:06 UTC
1. WARNING in ../../frysk/frysk-sys/frysk/sys/Poll.java
 (at line 67)
        private static gnu.gcj.RawDataManaged signalSet;
                                              ^^^^^^^^^
The field Poll.SignalSet.signalSet is never read locally
Comment 1 Andrew Cagney 2005-10-03 15:02:10 UTC
2005-10-03  Andrew Cagney  <cagney@redhat.com>

        * Poll.java: Make SignalSet.signalSet protected; work around ECJ
        3.1 feature.