29 May
2006
29 May
'06
8:24 p.m.
On 29-05-2006 21:12:50 +0200, Sjoerd Mullender wrote:
With the latest compiler on Fedora Core 5 I get these warnings when compiling mapi.java (see attached file warnings1.txt).
And when compiling the jdbc tests I get the warnings in warnings2.txt.
Finally, when compiling the jdbc examples I get the warnings in warnings3.txt.
Should something be done about these?
They are all harmless and usually automatically removed by the bytecode compiler, or JVM implementation. I removed as much of them in the JDBC code to make it a bit cleaner. It is a nice sanity check though to see why something is not used. However, officially, we don't support GCJ.