Community
Participate
Working Groups
1. WARNING in /temp.folder/@dot.src/org/eclipse/swt/internal/image/JPEGDecoder.java (at line 2303) int ci, access_rows; The value of the local variable access_rows is not used 2. WARNING in /temp.folder/@dot.src/org/eclipse/swt/internal/image/JPEGDecoder.java (at line 3824) int ci, block_row, block_rows, access_rows; The value of the local variable access_rows is not used 1. WARNING in /temp.folder/@dot.src/org/eclipse/swt/internal/theme/ComboDrawData.java (at line 50) int y_border = ythickness + focus_padding; The value of the local variable y_border is not used 2. WARNING in /temp.folder/@dot.src/org/eclipse/swt/internal/theme/ComboDrawData.java (at line 112) int y_border = ythickness + focus_padding; The value of the local variable y_border is not used 1. WARNING in _64/temp.folder/@dot.src/org/eclipse/swt/graphics/Cursor.java (at line 378) for (int i = 3, ap=0; i < srcData.length; i+=4, ap++) { The value of the local variable ap is not used All platforms should be validated.
Corrected most warnings for tonight's build; there is 1 more that I need to check with Grant tomorrow.
Fixed in HEAD > 20101110
N20101110-2000 still contains a warning for some swt fragments: /plugins/org.eclipse.swt.gtk.aix.ppc64_3.7.0.N20101110-2000 /plugins/org.eclipse.swt.gtk.aix.ppc_3.7.0.N20101110-2000 /plugins/org.eclipse.swt.gtk.linux.ppc64_3.7.0.N20101110-2000 /plugins/org.eclipse.swt.gtk.linux.s390_3.7.0.N20101110-2000 /plugins/org.eclipse.swt.gtk.linux.s390x_3.7.0.N20101110-2000 /plugins/org.eclipse.swt.gtk.linux.x86_3.7.0.N20101110-2000 /plugins/org.eclipse.swt.gtk.linux.x86_64_3.7.0.N20101110-2000 /plugins/org.eclipse.swt.gtk.solaris.sparc_3.7.0.N20101110-2000 /plugins/org.eclipse.swt.gtk.solaris.x86_3.7.0.N20101110-2000
Hmm, not sure how that didn't get committed. It was one line. Trying again... Fixed in HEAD > 20101111
Verified in N20101111-2000.