OSDN Git Service

2011-03-02 Michael Snyder <msnyder@vmware.com>
[pf3gnuchains/pf3gnuchains4x.git] / gdb / infcall.c
index 75de56c..af3a261 100644 (file)
@@ -831,9 +831,11 @@ Evaluation of the expression containing the function\n\
 (%s) will be abandoned.\n\
 When the function is done executing, GDB will silently stop."),
                       e.message, name);
+         break;        /* lint */
        case RETURN_QUIT:
        default:
          throw_exception (e);
+         break;        /* lint */
        }
     }