summaryrefslogtreecommitdiff
path: root/gdb/infcall.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2011-03-02 22:21:45 +0000
committerMichael Snyder <msnyder@specifix.com>2011-03-02 22:21:45 +0000
commit56f50d1a90674128b17d952c5580ec2acce7f77b (patch)
tree4252109676c6895faf3a1a3eed1cbacae2256744 /gdb/infcall.c
parent5c10c19b1ea641c512cf7c2ab7650f083b8c7501 (diff)
downloadgdb-56f50d1a90674128b17d952c5580ec2acce7f77b.tar.gz
2011-03-02 Michael Snyder <msnyder@vmware.com>
* infcall.c (call_function_by_hand): Add break statements for lint.
Diffstat (limited to 'gdb/infcall.c')
-rw-r--r--gdb/infcall.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/infcall.c b/gdb/infcall.c
index 75de56cadac..af3a2615984 100644
--- a/gdb/infcall.c
+++ b/gdb/infcall.c
@@ -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 */
}
}