commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: Patch: fixing warnings all over


From: Michael Koch
Subject: FYI: Patch: fixing warnings all over
Date: Fri, 9 Jan 2004 09:58:59 +0100
User-agent: KMail/1.5.4

Hi list,


I will commit the attached patch to fix some warnings during compiling libgcj 
with GCJFLAGS="-Wall -Werror" set. Only libgcj compiles new through with 
this. The code in the org package does not compile nor does the other stuff 
in external libs like the GTP peer.

I have to say I was really impressed that so few places needed to be fixed.
 

Michael


2004-01-09  Michael Koch  <address@hidden>

        * java/awt/geom/PathIterator.java
        (WIND_EVEN_ODD): Removed redundant modifiers.
        (WIND_NON_ZERO): Likewise.
        (SEG_MOVETO): Likewise.
        (SEG_LINETO): Likewise.
        (SEG_QUADTO): Likewise.
        (SEG_CUBICTO): Likewise.
        (SEG_CLOSE): Likewise.
        * java/awt/image/SinglePixelPackedSampleModel.java:
        Removed redundant semicolon.
        * java/io/ObjectInputStream.java
        (inputGetObjectStreamClasses): Removed unused variable "ret_val".
        * java/util/logging/Filter.java
        (isLoggable): Removed redundant modifier.
        * java/util/logging/LogManager.java:
        Removed redundant semicolon.
        * java/util/logging/XMLFormatter.java
        (format): Removed unused variable "key".

Attachment: warning.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]