This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

possible bug in 4.2-20071107 snapshot


Hi

I've just built the 4.2-20071107 snapshot and got the folowing warning that I think you will want to know about. 

../../../libjava/classpath/gnu/java/security/util/Base64.java: In class 'gnu.java.security.util.Base64':
../../../libjava/classpath/gnu/java/security/util/Base64.java: In method 'gnu.java.security.util.Base64.decode(byte[],int,int)':
../../../libjava/classpath/gnu/java/security/util/Base64.java:200: warning: Unreachable statement.
    for (i = off; i < off + len; i++)
                                       ^
1 warning

Thanks,

Chris
-- 
Beer is proof that God loves us and wants us to be happy - Benjamin Franklin


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