Re: report: warnings on Solaris9 build.

2006-07-31 Thread Dominique Devienne
Thanks. These are JDK 1.5+ specific, so it's SUN who introduced the ambiguity, but it generates the proper code. We'll fix them eventually, if that's not already done in SVN head. --DD On 7/31/06, Hugh Sasse <[EMAIL PROTECTED]> wrote: Just to let someone know, I got these warnings building 1.6.5

report: warnings on Solaris9 build.

2006-07-31 Thread Hugh Sasse
Just to let someone know, I got these warnings building 1.6.5 on Solaris9 src/main/org/apache/tools/zip/ZipEntry.java:425: warning: non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-va