src/share/classes/sun/tools/tree/AssignOpExpression.java

Print this page

        

@@ -51,11 +51,11 @@
 
     /**
      * Select the type
      *
      */
-
+    @SuppressWarnings("fallthrough")
     final void selectType(Environment env, Context ctx, int tm) {
         Type rtype = null;      // special conversion type for RHS
         switch(op) {
             case ASGADD:
                 if (left.type == Type.tString) {